安装到后面出现这样
(D:\Anaconda3) D:\Anaconda3\Lib\site-packages\eric6-6.1.7>python install.py install
Checking dependencies
Python Version: 3.6.1
Found PyQt5
Found pyuic5
An internal error occured. Please report all the output of the program,
including the following traceback, to eric-bugs@eric-ide.python-projects.org.
Traceback (most recent call last):
File "install.py", line 1577, in <module>
main(sys.argv)
File "install.py", line 1479, in main
doDependancyChecks()
File "install.py", line 1175, in doDependancyChecks
from PyQt5 import Qsci # __IGNORE_WARNING__
ValueError: PyCapsule_GetPointer called with incorrect name
原创-完美再win10下安装最新版Anaconda3+pyqt5+Eric6昨天折腾了好久整合Anaconda3+pyqt5+Eric6始终无法完美的运行起来,原因在于Eric6和Pyqt5的整合这里出了问题,通过pip install pyqt5和...