当我安装 eric6 时,我收到以下错误:请安装 QScintilla2 及其 PyQt5/PyQt4 包装器



当我安装 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。

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

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

最新更新