-
Notifications
You must be signed in to change notification settings - Fork 101
No Module Named adafruit_pixelbuf #134
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
Comments
There's a typo (there is no
>>> import neopixel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pi/circuit/tests/venv/lib/python3.7/site-packages/neopixel.py", line 16, in <module>
import board
ModuleNotFoundError: No module named 'board'
>>> You can install the missing dependency manually:
|
Thank you!
|
This is due to an issue with |
The adafruit_pixelbuf module is not found when running on a 2022 Raspberry Pi 4, with Raspbian OS.
Steps to Reproduce:
sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel
import neopixel
(orfrom neopixel import *
-- tried multiple demo scripts)sudo python3 eye_lights01.py
Expected Result: AdaFruit lights do lighting things
Actual Result: bug thrown from "neopixel.py" script:
The text was updated successfully, but these errors were encountered: