安装eric6时,出现以下错误:请安装QScintilla2及其PyQt5 / PyQt4包装器

时间:2018-07-09 02:23:32

标签: python pyqt pyqt5 qscintilla

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

2 个答案:

答案 0 :(得分:0)

我今天也看到了此错误,我使用pip安装了此模块,但全部都停止或失败,因此我只能从pypi.org下载“ whl”并“ pip install * .whl”。然后重新安装sip和PyQt5 <5.9.3>。并固定。您可以尝试。

答案 1 :(得分: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