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

Gui issue #368

Open
ketoloco opened this issue Nov 13, 2022 · 3 comments
Open

Gui issue #368

ketoloco opened this issue Nov 13, 2022 · 3 comments

Comments

@ketoloco
Copy link

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?

@oskar18j
Copy link

HI i couldnt fix the issue itself but i disabled the gui in the configs. That made the error go away

@krjan02
Copy link

krjan02 commented Dec 23, 2022

It can be fixed by installing pyqtgraph 0.11.0
pip install pyqtgraph==0.11.0

@peads
Copy link

peads commented Jun 13, 2024

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.

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

No branches or pull requests

4 participants