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

Fixed Error with PyQt & Fixed Deprecation with SciPy #380

Open PaulusElektrus opened 8 months ago

PaulusElektrus commented 8 months ago

Fixed these two little things:

Traceback (most recent call last): File "/home/anonym/GitHub/audio-reactive-led-strip/python/visualization.py", line 260, in app = QtGui.QApplication([]) AttributeError: module 'pyqtgraph.Qt.QtGui' has no attribute 'QApplication'

&

Please use gaussian_filter1d from the scipy.ndimage namespace, the scipy.ndimage.filters namespace is deprecated.

joeybab3 commented 8 months ago

Thanks for this, are there any associated changes to the readme/install instructions needed for this to work?

PaulusElektrus commented 7 months ago

No, everything remains the same. Just some changes in the used packages: PyQT & scipy