windows環境pip安裝tensorflow報錯Could not fetch URL https://pypi.org/simple/tensorflow/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url:windows
pip install package_name -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
可替換用的鏡像源fetch
1)http://mirrors.aliyun.com/pypi/simple/ 阿里雲
2)https://pypi.mirrors.ustc.edu.cn/simple/ 中國科技大學
3)http://pypi.douban.com/simple/ 豆瓣
4)https://pypi.tuna.tsinghua.edu.cn/simple/ 清華大學
5)http://pypi.mirrors.ustc.edu.cn/simple/ 中國科學技術大學
阿里雲
成功解決問題,下載速度很快url