pyqt 5 설치 eric 6 Qsci 가 감지 되 지 않 습 니 다.

1661 단어 py
본 고 는 사이트 주소 에 따라: http://bbs.csdn.net/topics/391080378?page = 1 자체 설치 과정 과 결합 하여 정리 합 니 다!
다음은 제 가 설치 하 는 과정 에서 명령 창의 출력 입 니 다. 처음 설치 할 때 오류 가 발생 했 습 니 다.
Sorry, please install QScintilla2 and its 
PyQt5/PyQt4 wrapper. 
Error: cannot import name 'Qsci' 다음 에 위 에 붙 인 방법 에 따라 먼저 pip install QScintilla 를 사용 한 다음 python install. py 명령 을 다시 실행 하면 됩 니 다.
D:\eric6-17.07>python install.py
Checking dependencies
Python Version: 3.6.2
Found PyQt5
Found pyuic5
Sorry, please install QScintilla2 and
its PyQt5/PyQt4 wrapper.
Error: cannot import name 'Qsci'
Press enter to continue...

D:\eric6-17.07>pip install QScintilla
Collecting QScintilla
  Downloading QScintilla-2.10.1-5.9.1-cp35.cp36.cp37-none-win_amd64.whl (1.8MB)
    100% |████████████████████████████████| 1.9MB 16kB/s
Requirement already satisfied: PyQt5>=5.9.0 in c:\python\lib\site-packages (from QScintilla)
Requirement already satisfied: sip<4.20,>=4.19.3 in c:\python\lib\site-packages (from PyQt5>=5.9.0->QScintilla)
Installing collected packages: QScintilla
Successfully installed QScintilla-2.10.1

D:\eric6-17.07>python install.py
Checking dependencies
Python Version: 3.6.2
Found PyQt5
Found pyuic5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Found QtSvg
Found QtWidgets
Qt Version: 5.9.1
sip Version: 4.19.3
PyQt Version: 5.9
QScintilla Version: 2.10.1
All dependencies ok.

Cleaning up old installation ...

Creating configuration file ...

Compiling user interface files ...

Compiling source files ...

Installing eric6 ...

Installation complete.

Press enter to continue...

좋은 웹페이지 즐겨찾기