简体   繁体   English

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

[英]When I install eric6, I get the following error:Please install QScintilla2 and its PyQt5/PyQt4 wrapper

When I installed eric6, I was prompted with the following problems: 安装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!

But I have installed QScintilla via "pip install QScintilla", so what should I do next? 但是我已经通过“ pip install QScintilla”安装了QScintilla,那么下一步该怎么做?

My operating system is Windows. 我的操作系统是Windows。

I see this error on today too , I used pip to install this module but all stop or fail, so I just can download 'whl' from pypi.org and 'pip install *.whl'. 我今天也看到了这个错误,我使用pip安装了此模块,但是全部停止或失败,因此我只能从pypi.org下载“ whl”并“ pip install * .whl”。 and re-install sip and PyQt5<5.9.3> before. 然后重新安装sip和PyQt5 <5.9.3>。 And fixed. 并固定。 you can try it. 你可以试试。

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-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

install sequence: sip -> PyQt5 - QScintilla 安装顺序:sip-> PyQt5-QScintilla

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM