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
init.py error:
from PyQt5.QtGui import QPalette, QColor
ImportError: No module named PyQt5.QtGui
client.py error:
from PyQt5 import QtWidgets
ImportError: No module named PyQt5
I have installed PyQt5 and uninstalled it multiple times using different methods. I have tried installing pytq which was a possible solution in a previous issue thread, but apparently, there is no such distribution
The text was updated successfully, but these errors were encountered:
init.py error:
from PyQt5.QtGui import QPalette, QColor
ImportError: No module named PyQt5.QtGui
client.py error:
from PyQt5 import QtWidgets
ImportError: No module named PyQt5
I have installed PyQt5 and uninstalled it multiple times using different methods. I have tried installing pytq which was a possible solution in a previous issue thread, but apparently, there is no such distribution
The text was updated successfully, but these errors were encountered: