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

Scipy import error #371

Open Albertokeroro opened 1 year ago

Albertokeroro commented 1 year ago

sudo python3 visualization.py Traceback (most recent call last): File "/home/pi/ledsnew/audio-reactive-led-strip/python/visualization.py", line 5, in from scipy.ndimage.filters import gaussian_filter1d ImportError: cannot import name 'gaussian_filter1d' from 'scipy.ndimage.filters' (/usr/local/lib/python3.9/dist-packages/scipy/ndimage/filters.py)

I cannot figure out why this happens or how to fix it