scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.67k stars 642 forks source link

problem with Adafruit_NeoPixel #355

Closed kylerobert425 closed 2 years ago

kylerobert425 commented 2 years ago

getting the following error: AttributeError: module 'neopixel' has no attribute 'Adafruit_NeoPixel'

running on a raspberry pi

kylerobert425 commented 2 years ago

figured it out!

idroxid commented 2 years ago

@kylerobert425 seems that I'm facing the same problem. How did you solve it?

kylerobert425 commented 2 years ago

you have to make sure to copy the neopixel.py from here into your audio-reactive-led-strip/python directory