【问题标题】:When I install eric6, I get the following error:Please install QScintilla2 and its PyQt5/PyQt4 wrapper当我安装 eric6 时,出现以下错误:请安装 QScintilla2 及其 PyQt5/PyQt4 包装器
【发布时间】:2018-12-16 15:58:12
【问题描述】:
我在安装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。
【问题讨论】:
标签:
python
pyqt
pyqt5
qscintilla
【解决方案1】:
我今天也看到这个错误,我使用 pip 安装这个模块,但都停止或失败,所以我只能从 pypi.org 下载 'whl' 和 'pip install *.whl'。并重新安装 sip 和 PyQt5 之前。并固定。你可以试试看。
【解决方案2】:
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