目前国内靠谱的 pip 镜像源有:
清华: https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣:
阿里: http://mirrors.aliyun.com/pypi/simple/
1.方法一:
步骤1:
步骤2:
步骤3:
步骤4:
步骤5:
此时就出现了两个源可以选择下载。
2.方法二:
Windows下找到Python根目录下的pip文件夹,在文件夹内
新建一个文件pip.ini:
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = https://pypi.tuna.tsinghua.edu.cn