pyqt 5 설치 eric 6 Qsci 가 감지 되 지 않 습 니 다.
1661 단어 py
다음은 제 가 설치 하 는 과정 에서 명령 창의 출력 입 니 다. 처음 설치 할 때 오류 가 발생 했 습 니 다.
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...
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Django와elasticsearch 검색엔진 사이트 백엔드 기능을 통해 사고방식을 실현하다type에 새로운 필드:suggest,es-dsl 원본에 문제가 있기 때문에 이러한 정의는 틀릴 수 있습니다. save에서 suggest 값 생성to_es에서 검색을 생성하려면suggest의 인터페이스를 생성해서 자...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.