pip install pymongo SSLError

假如想象 提交于 2020-07-24 21:15:17


pip3 install pymongo

出现SSL error

image

Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)'),)': /packages/95/8c/83563c60489954e5b80f9e2596b93a68e1ac4e4a730deb1aae632066d704/openpyxl-3.0.3.tar.gz


找了几个国内的源

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) http://pypi.douban.com/simple/

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/


pip install openpyxl - i https://pypi.tuna.tsinghua.edu.cn/simple/

image


pip3 install pymongo -i https://pypi.tuna.tsinghua.edu.cn/simple/

image

终于搞定



vi ~/.pip/pip.conf


[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple

[install] trusted-host=mirrors.aliyun.com

一劳永逸

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!