Could not fetch URL https://pypi.org/simple/black/: There was a problem confirming the ssl certifica

无法访问的问题,多半是墙的原因,这里我使用国内镜像就可以解决问题:

更改为国内的镜像源:(xxx为安装的包)

pip install xxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple xxx
豆瓣(douban) http://pypi.douban.com/simple/

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

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

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

你可能感兴趣的:(Could not fetch URL https://pypi.org/simple/black/: There was a problem confirming the ssl certifica)