eric6 安装问题合集
测试之前我的系统python相关软件,已全部卸载
先安装 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
>>>>>>>>>>>>>>>>>> 2022.8.13 再次安装,已经存在 pychram2022.1.3 python3.7 >>>>>>>>>>>>
1. 按照上述方法,达到 install.py 所在位置为:D:\ERIC\eric6-20.8
2.按照上述方法完成安装及配置(方法一和方法二均配置了),打开eric6,提示
无法定位程序输入点 OPENSSL_sk_new_reserve 于动态链接库 libssl-1_1-x64.dll 的解决办法
3. 将 python3.7 目录中的 \DLLs\libssl-1_1-x64.dll 复制替换到 \Lib\site-packages\PyQt5\Qt5\bin 中即可。