GKLBB

当你经历了暴风雨,你也就成为了暴风雨

导航

常见问题解决 --- pip报错【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】

问题现象

【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】

解决方法:

出现该错误信息是因为pip源连接证书验证失败,增加参数 --trusted-host

例如 pip install matplotlib -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

 

posted on 2023-05-14 12:18  GKLBB  阅读(4901)  评论(0)    收藏  举报