Open ketoloco opened 2 years ago
HI i couldnt fix the issue itself but i disabled the gui in the configs. That made the error go away
It can be fixed by installing 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.
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?