Closed
Description
The adafruit_pixelbuf module is not found when running on a 2022 Raspberry Pi 4, with Raspbian OS.
Steps to Reproduce:
- Install with
sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel
- Create python script (this was named "eye_lights01.py") that leverages NeoPixel with
import neopixel
(orfrom neopixel import *
-- tried multiple demo scripts) - Run script with
sudo python3 eye_lights01.py
Expected Result: AdaFruit lights do lighting things
Actual Result: bug thrown from "neopixel.py" script:
...
File "usr/local/lib/python3.9/dist-packages/neopixel.py", line 20 in <module>
import adafruit_pixelbuf
ModuleNotFoundError: No module named 'adafruit_pixelbuf'
Metadata
Metadata
Assignees
Labels
No labels