安装Eric IDE的正确方法?

2024-03-29 07:19:06 发布

您现在位置:Python中文网/ 问答频道 /正文

作为一个半Python新手,我尝试在Windows 7 32位主机上安装Eric(6-18.08)IDE,但失败了:

c:\Eric Python IDE>python install.py
Checking dependencies
Python Version: 3.7.0
PyQt5 could not be detected.
Error: No module named 'PyQt5'

Shall 'PyQt5' be installed using pip? (Y/n) Y
Collecting PyQt5
  Downloading https://files.pythonhosted.org/packages/84/44/32c311a6fb23b8b5cc4f
535af1ad65fc3e071440884a1fad3c1aef68f47b/PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38
-none-win32.whl (39.3MB)
    100% |████████████████████████████████| 39.4MB 264kB/s
Collecting PyQt5_sip<4.20,>=4.19.11 (from PyQt5)
  Downloading https://files.pythonhosted.org/packages/84/63/e68c99745d9b95860eb3
48a8bef5d884bcfc966e7b55c866734d1c7a44af/PyQt5_sip-4.19.12-cp37-none-win32.whl (
43kB)
    100% |████████████████████████████████| 51kB 1.3MB/s
Installing collected packages: PyQt5-sip, PyQt5
Successfully installed PyQt5-5.11.2 PyQt5-sip-4.19.12
Found PyQt5
Found pyuic5
QScintilla could not be detected.
Error: cannot import name 'Qsci' from 'PyQt5' (C:\Users\fred\AppData\Local\Progr
ams\Python\Python37-32\lib\site-packages\PyQt5\__init__.py)

Shall 'QScintilla' be installed using pip? (Y/n) Y
Collecting QScintilla
  Downloading https://files.pythonhosted.org/packages/a4/de/389d5c36290e6d62a625
2a7a417681d0a3851f3e373cb63670d06c86806d/QScintilla-2.10.7-5.11.1-cp35.cp36.cp37
.cp38-none-win32.whl (1.7MB)
    100% |████████████████████████████████| 1.7MB 1.6MB/s
Requirement already satisfied: PyQt5>=5.10.1 in c:\users\fred\appdata\local\prog
rams\python\python37-32\lib\site-packages (from QScintilla) (5.11.2)
Requirement already satisfied: PyQt5_sip<4.20,>=4.19.11 in c:\users\fred\appdata
\local\programs\python\python37-32\lib\site-packages (from PyQt5>=5.10.1->QScint
illa) (4.19.12)
Installing collected packages: QScintilla
Successfully installed QScintilla-2.10.7
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Found QtSvg
Found QtWidgets
Sorry, please install PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets.

Press enter to continue...

仅供参考,它是python3.7.0。在

谷歌没有帮上忙。如何继续安装?在

谢谢。在

编辑:这是否意味着eric6不会安装在32位Windows主机上?在

^{pr2}$

Tags: installedfromhttpsorgpackagesmbfilesbe