背景:原本机器上pip是正常的突然出现这种安装不存在的包时一头雾水,误以为是pip镜像出问题了,改成国内镜像后问题同样存在。
异常信息如下
Python 解决pip install SSLError【There was a problem confirming the ssl certificate】
原因:打开的Fiddler导致SSL证书不受信任。
解决方案:关闭Fiddler
Python 解决pip install SSLError【There was a problem confirming the ssl certificate】

相关文章: