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

Programm not working on Linux (Ubuntu) #5

Open
Baristahome opened this issue Sep 16, 2018 · 3 comments
Open

Programm not working on Linux (Ubuntu) #5

Baristahome opened this issue Sep 16, 2018 · 3 comments

Comments

@Baristahome
Copy link

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

@robert-budde
Copy link
Owner

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

@Baristahome
Copy link
Author

I tried this:

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

Any other ideas?

@markcomp77
Copy link

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

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

3 participants