我正在尝试在我的Windows上安装PyQt5。我的python是3.16。 pip安装PyQt5没有错误,似乎安装了PyQt5。未来的“pip安装PyQt5”会给出消息“需求已经满足”
然后在同一个终端我运行“python test.py”,test.py包含单行“来自PyQt5.QtWidgets import QMainWindow”。这给了我错误“没有名为PyQt5.QtWidgets的模块”。 “pip”和“where python”指向同一个python发行版。 PyQt5在site-packages中。
有人可以说发生了什么吗?
这是我几天前问过的问题,但是在那个时候我用车轮安装时出现了同样的错误。现在我对问题进行了本地化。
答案 0 :(得分:0)
I tried to solve this 2 days then I give up and reinstalled python. This solves the problem. Still don't understand the cause of issue.
答案 1 :(得分:0)
你是否在环境变量中添加了PyQt5的路径[路径]添加C:\Python34\Scripts
,C:\Python34\Lib\site-packages\
,C:\Python34\Lib\site-packages\PyQt5\
,这可能与我的不同,我解决了这个问题。< / p>