1
ThinkZ Oct 25, 2017 # windowns %USERPROFILE%\pip\pip.ini
# linux ~/.pip/pip.conf [global] index-url = https://pypi.douban.com/simple # https://pypi.douban.com/simple # https://pypi.mirrors.ustc.edu.cn/simple # https://pypi.tuna.tsinghua.edu.cn/simple # https://pypi.zenlogic.net/simple/ [list] format=columns |
2
yxy2829 OP 试了豆瓣的镜像源可以了。。。
|
3
gaojin Oct 25, 2017
你检查一下 你设置国内源失效了么?
就是当超时的时候,看一下 他连接的地址, 可以看出来是不是你这设置的源 如果发现是国内源设置没有生效的话,可以看这篇 https://stackoverflow.com/questions/28278207/python-cant-find-pip-ini-or-pip-conf-in-windows7 |
4
ThinkZ Oct 25, 2017
国内源一切正常. 国外源主要是慢.
|