您现在的位置是:首页 > 短信大全

Python 使用pip install 时报错(WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, )

作者:亙句时间:2024-04-03 15:05:27分类:短信大全

简介  文章浏览阅读9.3k次,点赞15次,收藏23次。python 命令pip install xxxx 出错解决方法。_installing package \'public.. warning: retrying (retry(total=4, con...

点击全文阅读

出错:使用python 命令pip install pandas如下图:

解决方法:
python -m pip install --upgrade pip  -i https://pypi.tuna.tsinghua.edu.cn/simple some-packagepip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

此时运行 pip install pandas 成功。

参考一:关于Python3中的WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): - 爱码网

参考二:

Python学习:解决pip总是WARNING: Retrying (Retry(total=4...-CSDN博客

点击全文阅读

郑重声明:

本站所有活动均为互联网所得,如有侵权请联系本站删除处理

我来说两句