Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Error with PyQt & Fixed Deprecation with SciPy #380

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants