You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a RP1 3b. I am trying to get it to run this software in order to run my neopixel strands. Ever time it tries to call up line 9 in the neopixel.py program it gives me a error that it can not find the rpi_ws281x file. Is there a simple way to fix this issue?
pi@Hotke1:~/rpi_ws281x/python $ sudo python strandtest.py
Traceback (most recent call last):
File "strandtest.py", line 9, in
from neopixel import *
File "/home/pi/rpi_ws281x/python/neopixel.py", line 5, in
import _rpi_ws281x as ws
ImportError: No module named _rpi_ws281x
The text was updated successfully, but these errors were encountered:
I have a RP1 3b. I am trying to get it to run this software in order to run my neopixel strands. Ever time it tries to call up line 9 in the neopixel.py program it gives me a error that it can not find the rpi_ws281x file. Is there a simple way to fix this issue?
pi@Hotke1:~/rpi_ws281x/python $ sudo python strandtest.py
Traceback (most recent call last):
File "strandtest.py", line 9, in
from neopixel import *
File "/home/pi/rpi_ws281x/python/neopixel.py", line 5, in
import _rpi_ws281x as ws
ImportError: No module named _rpi_ws281x
The text was updated successfully, but these errors were encountered: