你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

【记录运行代码问题 2】pip install第三方库遇到WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=Non

2021/12/9 13:51:17

[记录运行代码问题 2]在安装python 第三方库时遇到【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】问题

**解决:**在命令执行窗输入:

pip install Pyinstaller -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

(其中的Pyinstaller 是需要下载的库或包名,根据需要自行更改即可)