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.7k stars 642 forks source link

ModuleNotFoundError: No module named 'numpy' #297

Closed Ratbagdoo closed 3 years ago

Ratbagdoo commented 4 years ago

I've installed NumPy through conda (as well as everything else) and yet this issue still stands.

where can I find this module?

joeybab3 commented 3 years ago

pip install numpy or pip3 install numpy depending on version, you may also need to do conda install numpy

Kdcius commented 3 years ago

Hello ! I have the same issue and can't get rid of it. Do you find any way to get trough it ?

Ratbagdoo commented 3 years ago

Ye I uninstall it from both python & anaconda then installed the latest version available with anaconda. Also I used anaconda IDLE.