from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:

from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui: 找不到指定的程序。

安装了pyqt6-tools后,运行pyqt模块代码都会报错from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui: 找不到指定的程序。
网上找了各种答案都不太明白,然后我通过网上回答和自己的猜想说会不会是版本问题。
我就试着更新了一下setuptools,发现可以运行了,意外之喜。
以下是更新步骤供大家参考
from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:_第1张图片
from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:_第2张图片
from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:_第3张图片
from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:_第4张图片
from PyQt6 import QtCore, QtGui, QtWidgets ImportError: DLL load failed while importing QtGui:_第5张图片

出现这段话说明安装成功

因为我是更新后自己试了,所以用的其他没更新的截图,步骤都是一样的
如果只更新setuptools还是不可以的话,可以尝试更新其他的试试
如果都不行,只能遗憾地告诉大家我可能也不清楚了。
希望能给大家一些帮助。

忘记告诉大家,对于如何安装新版本,我是用的上述方法,有没有旧安装包残留不是很清楚,希望有清楚的小伙伴可以评论告诉一下哦,感谢大家。

你可能感兴趣的:(笔记,python,pycharm,开发语言)