Skip to content
New issue

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

Neopixel Ring 12 Led - Raspberry Pi OS 64 Bit #487

Open
bobster316 opened this issue Feb 7, 2022 · 2 comments
Open

Neopixel Ring 12 Led - Raspberry Pi OS 64 Bit #487

bobster316 opened this issue Feb 7, 2022 · 2 comments

Comments

@bobster316
Copy link

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

@Gadgetoid
Copy link
Collaborator

There should be a python folsub in rpi_ws281x which is missing
These are the remaining commands which subsequently fail

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

@Macleykun
Copy link

Assume this can be closed as the user gaan responded in a month?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants