You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 24, in
import pyqtgraph as pg
File "/usr/lib/python3/dist-packages/pyqtgraph/init.py", line 13, in
from .Qt import QtGui
File "/usr/lib/python3/dist-packages/pyqtgraph/Qt.py", line 104, in
from PyQt4 import QtGui, QtCore, uic
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
The text was updated successfully, but these errors were encountered:
To avoid unmet dependencies, you can apply / install a python package similar to Windows.
anaconda3 installed in ubuntu14.04 (in the home user directory) allows me to run the iHSV-Servo-Tool
I installed everything but get always this error:
line 24, in
import pyqtgraph as pg
File "/usr/lib/python3/dist-packages/pyqtgraph/init.py", line 13, in
from .Qt import QtGui
File "/usr/lib/python3/dist-packages/pyqtgraph/Qt.py", line 104, in
from PyQt4 import QtGui, QtCore, uic
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
The text was updated successfully, but these errors were encountered: