No module named PyQt5
Unsolved
Qt for Python
-
@a_person
I use PyQt5 but not Qt Creator. How/where have you installed PyQt? Whatever the environment is which points to where PyQt is must be visible to Qt Creator. -
@JonB My PyQt5 is installed to /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (5.13.1)
-
@a_person
Find out what it is about your environment that does make it find PyQt5 when from the terminal or wherever (e.g. maybe you have a virtual environment, I don't know), and then compare that environment to the one being used inside Qt Creator at run time which does not locate it?