iHSV-Servo-Tool icon indicating copy to clipboard operation
iHSV-Servo-Tool copied to clipboard

Programm not working on Linux (Ubuntu)

Open Baristahome opened this issue 6 years ago • 3 comments

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

Baristahome avatar Sep 16 '18 16:09 Baristahome

Some ressources on the internet say it's due to PyQT4 and PyQt5 being installed in parallel. Maybe you can remove PyQt5?

robert-budde avatar Sep 16 '18 18:09 robert-budde

I tried this:

<<max@max-desktop:~$ pip uninstall pyqt5 Skipping pyqt5 as it is not installed.>>

Any other ideas?

Baristahome avatar Sep 17 '18 15:09 Baristahome

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

markcomp77 avatar Jan 20 '20 20:01 markcomp77