Error: No module named 'PySide6' #200
gustavo1spbr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New to running python commands. I followed the installation script and got this error while running 'python comic.py'. The full error message:
Traceback (most recent call last):
File "C:\Users\gusta\comic-translate\comic.py", line 2, in
from PySide6.QtGui import QIcon
ModuleNotFoundError: No module named 'PySide6'
How to fix this, please?
Beta Was this translation helpful? Give feedback.
All reactions