We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having issues trying to setup the Neopixel 12 Led Ring with raspberry pi os 64 bit. The setup works fine with raspberry pi 32 bit os
I am using the following commands
sudo pip3 uninstall rpi_ws281x sudo pip3 install rpi_ws281x sudo pip3 install adafruit-blinka sudo apt-get install python-dev git scons swig git clone https://github.com/jgarff/rpi_ws281x.git cd rpi_ws281x sudo scons
There should be a python folsub in rpi_ws281x which is missing These are the remaining commands which subsequently fail
cd python sudo python3 setup.py build
Thanks for any help Best Regard Rav
The text was updated successfully, but these errors were encountered:
This has been deprecated for over four years now and recently deleted.
It's replaced by the Python bindings and examples here: https://github.com/rpi-ws281x/rpi-ws281x-python
The Python library can be installed with: sudo python3 -m pip install rpi_ws281x
sudo python3 -m pip install rpi_ws281x
Sorry, something went wrong.
Assume this can be closed as the user gaan responded in a month?
No branches or pull requests
I am having issues trying to setup the Neopixel 12 Led Ring with raspberry pi os 64 bit.
The setup works fine with raspberry pi 32 bit os
I am using the following commands
sudo pip3 uninstall rpi_ws281x
sudo pip3 install rpi_ws281x
sudo pip3 install adafruit-blinka
sudo apt-get install python-dev git scons swig
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x
sudo scons
There should be a python folsub in rpi_ws281x which is missing
These are the remaining commands which subsequently fail
cd python
sudo python3 setup.py build
Thanks for any help
Best Regard
Rav
The text was updated successfully, but these errors were encountered: