Giter VIP home page Giter VIP logo

Comments (5)

Stoccarda avatar Stoccarda commented on July 22, 2024 1

Many thanks for publishing the workaround, I should have seen it earlier ...
I tried to install seabreeze under 64-bit Fedora 28.
I additionally had the problem that the recommended conda installation caused a no more working dnf & dnfdragora.
If it is not too much work, what will be the steps for a complete Seabreeze installation under Fedora?

from python-seabreeze.

TobiasNils avatar TobiasNils commented on July 22, 2024

Sorry for the delay, I just saw your comment. May be a bit late already, but here's what I do to not interfere with the system's Python installation at all:

  1. Install Anaconda as suggested in THE RECOMMENDED WAY.
    • Run the Anaconda installation script.
    • The Anaconda installation script asks at the end if want to prepend the conda path your system's PATH variable; Don't.
    • Instead, create aliases for the anaconda binaries to use them from the system shell, e.g. add one or more of the following lines to the end of the ~/.bashrc file:
      alias conda=/path/to/anaconda3/bin/conda for the conda command,
      alias conda=/path/to/anaconda3/bin/spyder to launch the Spyder IDE shipped with Anaconda,
      alias conda=/path/to/anaconda3/bin/jupyter-notebook for the jupyter notebook server, etc.
  2. With Anaconda installed and the alias in place; install python-seabreeze as indicated in the original post:
    conda install -c poehlmann python-seabreeze
  3. Install udev rules as indicated here for Fedora. Note that I needed permission via the udev rules only for myself, i.e. for my user account. In a multi-user environment the best way to go would probably be the creation of a dedicated GROUP to which to add all the users who need access.
    That should do the trick.

from python-seabreeze.

Stoccarda avatar Stoccarda commented on July 22, 2024

Thanks for coming back !!!
I will follow your instructions on the PC with Fedora 29 where it will be used with the spectrometer.
On the notebook I am using, anaconda 29.44.7 is already installed with Fedora 29.
But conda and Spyder are not installed and on the anaconda website
https://www.anaconda.com/download/#linux
version 5.3.1 is the current one .
A bit confusing ...

from python-seabreeze.

TobiasNils avatar TobiasNils commented on July 22, 2024

Welcome!
This anaconda 29.44.7 you found already installed is the Fedora system installer, which is not at all what you are looking for here.
Just go ahead with this and run the installer script. It will ask you for an installation directory. Note the path to this directory or specify one yourself and use it when setting up the aliases. With that you should be all set.

from python-seabreeze.

ap-- avatar ap-- commented on July 22, 2024

With version 1.0.0 the udev rules set MODE 0666 and don't use groups anymore which means it should work on any distribution and fix this bug :)

also there's an installer script that comes with the new version. After installing seabreeze you can run

seabreeze_os_setup

and it takes care of installing the udev rules for you 🎉

from python-seabreeze.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.