0
点赞
收藏
分享

微信扫一扫

在安装python 第三方库时遇到【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】问题

想溜了的蜗牛 2022-03-30 阅读 62
python

在安装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 是你需要下载的库或包名,根据自己需求自行更改即可)

举报

相关推荐

0 条评论