环境:

python3.5.2

Anaconda:4.1.1

错误:pip install PyQt5导入包时提示错误( ImportError: DLL load failed: 找不到指定的模块)

如下图所示

PyQt5 ImportError: DLL load failed: 找不到指定的模块

解决办法:

目前不支持用pip安装PyQt5,请用conda来安装,命令为:conda install pyqt

Please use conda packages to install PyQt5. We don't support pip packages for it right now.

参见:https://github.com/ContinuumIO/anaconda-issues/issues/1394

相关文章:

  • 2022-01-16
  • 2021-07-22
  • 2021-06-02
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2021-06-12
  • 2021-10-07
相关资源
相似解决方案