pip install安装SSL错误,Could not fetch URL https://pypi.python.org/simple/python-docx/: There was a problem confirming the ssl certificate:

pip安装报SSL错误

pip3 install python-docx

 

 解决方法

pip3 install python-docx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

 

posted on 2021-12-14 09:47  studyAppStore  阅读(149)  评论(0)    收藏  举报