eric6 安装问题合集


测试之前我的系统python相关软件,已全部卸载

eric6+python3.6(win64位)

先安装 python3.6 或者 Anaconda3-4.4.0-Windows-x86_64.exe,安装时,选择加入环境变量,我这里的安装位置时默认安装位置

打开cmd 输入:

python -m pip install -U pip
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQtWebEngine



pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pyqt5-tools
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple QScintilla
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQtChart

  

cd 到 eric6中的 install.py位置,然后cmd 中输入:

python install.py

PyQtChart提示错误 y

pywin32提示错误 y

 

 

 接下来一定要配置,不然还是错误。

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 最后一步:将 Lib\site-packages\PyQt5\Qt\plugins下的platforms文件夹拷贝到 \Lib\site-packages\pyqt5_tools\Qt\bin目录下

 

============重启eric6,发现可以了

 

 

 

 

 

 

 

 

############### 时隔多久 最近 再次安装 eric6 发现 一直报错,原因如下  更新时间  2021年3月   ################

 

1. 按照上述方法安装之后,进行如下配置,上述配置 仅作为参考吧(反正我试是不行的,失败原因为PyQt在更新呀)

 

2.  APIs 中 已经不需要设置了

 

 

3. Qt 里面  只  需要选 Tools Directory

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM