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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: