您的位置 首页 python

python CERTIFICATE_VERIFY_FAILED 解决办法

 

Could not fetch URL https://pypi.python.org/simple/runlike/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618) - skipping

方案:1

pip install --trusted-host pypi.python.org --upgrade certifi

方案2:

 

这是阿里源 --trusted-host mirrors.aliyun.com 这是为了获得ssl证书的认证

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

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章