Skip to content

Conversation

@PaulusElektrus
Copy link

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.

Traceback (most recent call last):
  File "/home/anonym/GitHub/audio-reactive-led-strip/python/visualization.py", line 260, in <module>
    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
Copy link
Collaborator

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

@PaulusElektrus
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants