You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set global.trusted-host mirrors.aliyun.com
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
The text was updated successfully, but these errors were encountered:
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set global.trusted-host mirrors.aliyun.com
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
#1781 (comment) 中提及由于带宽原因,屏蔽了来自阿里云的请求。
首先,我想表达对该决定的理解和对以往镜像站服务的感激。
其次,我希望在屏蔽时对(pypi 下)所有访问进行屏蔽,而不只是屏蔽whl文件的下载。这能让pip在被屏蔽的环境下自动选择其他index,而不是选择tuna/bfsu镜像后在下载时报错。这样能更好支持如下的配置:
The text was updated successfully, but these errors were encountered: