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
Traceback (most recent call last):
File "./procexp.py", line 27, in <module>
from PyQt5 import QtCore, QtGui, QtWidgets, uic
ModuleNotFoundError: No module named 'PyQt5'
Note
I do have the installed packages:
python-configobj is already the newest version (5.0.6-2).
python-qwt5-qt4 is already the newest version (5.2.1~cvs20091107+dfsg-8build1).
OS: ElementaryOS 5.1 Hera (basically it's an equivalent of ubuntu 18.04 kernel 5+)
The text was updated successfully, but these errors were encountered:
You will need to install Qt 5. A quick Google search suggests that the updated Python Qwt module has not been packaged for Linux Mint yet, so you will probably need to manually compile it from here.
I've got the error trying to launch the program
Note
I do have the installed packages:
python-configobj is already the newest version (5.0.6-2).
python-qwt5-qt4 is already the newest version (5.2.1~cvs20091107+dfsg-8build1).
OS: ElementaryOS 5.1 Hera (basically it's an equivalent of ubuntu 18.04 kernel 5+)
The text was updated successfully, but these errors were encountered: