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