python下载openpyxl

直接下载openpyxl报错

 

 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

前面的base是用了miniconda的默认环境

首先更新setuptools:pip install --upgrade pip setuptools==45.2.0

 

 成功

接下来再下载openpyxl

 

 网络不稳定 失败,查阅资料要连接国内的镜像网站

pip install openpyxl -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

 成功!

参考:https://blog.csdn.net/hzk594512323/article/details/86082852?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control&dist_request_id=1328576.10404.16146624003039065&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control

posted on 2021-03-02 13:58  秃头女孩今夜也不睡觉  阅读(1159)  评论(0编辑  收藏  举报

导航