运行代码

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

相关文章:

  • 2021-05-14
  • 2021-10-30
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2021-08-03
  • 2021-11-17
猜你喜欢
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-05-05
相关资源
相似解决方案