郁闷一天...
首先说下pip升级到19.3.1的问题,虽然我也没升级
https://pip.readthedocs.io/en/stable/installing/
或者参考 https://blog.csdn.net/ebzxw/article/details/102990896
pip install 包 --user
--user这个就加上吧...
这个错误!!! 反正我也不知道是什么错误,瞎试试出来结果了
就是在后面加上 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 用来加速
例如
pip install tensorpack
这个会报错刚刚sslerror的错 变为下面就ok
pip install tensorpack -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
这个问题和上面一样解决,在后面加上 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
其他问题想到或者遇到再更新。。。。坑