joosteto / ws2812-spi

python routines to program the WS2812 RGB LED chips on the raspberry, using the hardware SPI MOSI.
GNU Affero General Public License v3.0
61 stars 24 forks source link

ImportError: No module named ws2812 #10

Closed xtodx closed 4 years ago

xtodx commented 4 years ago

I have problem with ws2812 lib( pip install ws2812 done)

root@orangepizero:~/led# python wstest.py 
Traceback (most recent call last):
  File "wstest.py", line 2, in <module>
    import ws2812
ImportError: No module named ws2812
xtodx commented 4 years ago

pip install ws2812