python3.6:DLL load failed:找不到指定的模块(from PyQt5 import QtCore)
程序员文章站
2024-01-01 09:51:28
本人小白搭建pyqt环境时遇到问题 运行代码 发现错误 这个问题折磨了好久,最后通过GitHub解决: "python3.dll is missing" 原因描述: 通过Anaconda 安装的Python缺少了python3.dll 解决方法(针对anaconda3): python3的可以直接通 ......
本人小白搭建pyqt环境时遇到问题
运行代码
from pyqt5 import qtcore'
发现错误
importerror: dll load failed: 找不到指定的模块
这个问题折磨了好久,最后通过github解决:python3.dll is missing
原因描述:
通过anaconda 安装的python缺少了python3.dll
解决方法(针对anaconda3):
python3的可以直接通过如下链接下载python3.dll,然后放到anaconda中python36.dll所在目录中
python3.dll
提取码:t9iq
推荐阅读
-
import tensroflow时出现了ImportError: DLL load failed: 找不到指定的模块的解决办法
-
Python自动发邮件以及打包报错failed to execute script和DLL load failed while importing win32api: 找不到指定的模块
-
PySide2出现“ImportError: DLL load failed: 找不到指定的模块”的问题及解决方法
-
ImportError: DLL load failed: 找不到指定的模块。
-
tf2在import时报出ImportError: DLL load failed: 找不到指定的模块
-
ImportError: DLL load failed: 找不到指定的模块
-
Python下ImportError: DLL load failed: 找不到指定的模块之问题分析
-
python导包出现:ImportError: DLL load failed: 找不到指定的模块问题解决
-
ImportError: DLL load failed: 找不到指定的模块
-
importError: DLL load failed: 找不到指定的模块。