Skip to content
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

ImportError: No module named neopixel #10

Open
Gadgetoid opened this issue Aug 29, 2018 · 1 comment
Open

ImportError: No module named neopixel #10

Gadgetoid opened this issue Aug 29, 2018 · 1 comment
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.

Comments

@Gadgetoid
Copy link
Member

>>> 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.

@Gadgetoid Gadgetoid added the notice Issues that are solved/do not require input, but preserved and marked of interest to users. label Aug 29, 2018
@zc1342303
Copy link

>>> 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.

Thanks a lot, it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.
Projects
None yet
Development

No branches or pull requests

2 participants