We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run the visualization with gui I get the following error:
AttributeError: module 'pyqtgraph.Qt.QtGui' has no attribute 'QApplication'. Did you mean: 'QGuiApplication'?
I installed PyQT5 and pyqtgraph.
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
HI i couldnt fix the issue itself but i disabled the gui in the configs. That made the error go away
Sorry, something went wrong.
It can be fixed by installing pyqtgraph 0.11.0 pip install pyqtgraph==0.11.0
pip install pyqtgraph==0.11.0
The answer is for C++, but the underlying cause is the same. https://stackoverflow.com/a/34308462/8372013
ETA: The relevance is that the SO answer helped me figure out why pyqtgraph was throwing the same exception as OP.
No branches or pull requests
When trying to run the visualization with gui I get the following error:
AttributeError: module 'pyqtgraph.Qt.QtGui' has no attribute 'QApplication'. Did you mean: 'QGuiApplication'?
I installed PyQT5 and pyqtgraph.
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: