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
>>> import neopixel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named neopixel
The "neopixel" module was a compatibility shim, with no functionality of its own and has been dropped from this library as of Version 4.0.0. Use import rpi_ws281x for exactly the same functionality and API.
The text was updated successfully, but these errors were encountered:
Gadgetoid
added
the
notice
Issues that are solved/do not require input, but preserved and marked of interest to users.
label
Aug 29, 2018
>>> import neopixel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named neopixel
The "neopixel" module was a compatibility shim, with no functionality of its own and has been dropped from this library as of Version 4.0.0. Use import rpi_ws281x for exactly the same functionality and API.
The "neopixel" module was a compatibility shim, with no functionality of its own and has been dropped from this library as of Version 4.0.0. Use
import rpi_ws281x
for exactly the same functionality and API.The text was updated successfully, but these errors were encountered: