0

安装eric6的时候提示如下问题:

Python Version: 3.6.5
Found PyQt5
Found pyuic5
Sorry, please install QScintilla2 and its PyQt5/PyQt4 wrapper.
Error: DLL load failed: Cannot find the specified program!

但是我已经通过“pip install QScintilla”安装了 QScintilla,那么接下来我该怎么做呢?

我的操作系统是Windows。

4

2 回答 2

0

sip-4.19.4-cp36-none-win_amd64 PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-none-win_amd64 QScintilla-2.10.1-5.9.1-cp35.cp36.cp37-none-win_amd64

安装顺序:sip -> PyQt5 - QScintilla

于 2018-07-19T06:02:52.383 回答
0

我今天也看到这个错误,我使用 pip 安装这个模块,但都停止或失败,所以我只能从 pypi.org 下载“whl”和“pip install *.whl”。并重新安装 sip 和 PyQt5<5.9.3> 之前。并固定。你可以试试。

于 2018-07-19T05:59:51.537 回答