解决方法是将pip源更换到国内镜像

1.查看user目录

echo %HOMEPATH%

pip下载速度慢怎么办_文件目录


2.进入查询的目录中,新建\pip文件夹

pip下载速度慢怎么办_文件目录_02


3.在pip文件目录中新建pip.ini文件中输入以下内容

豆瓣

[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host = pypi.douban.com

清华

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn

pip下载速度慢怎么办_解决方法_03


pip下载速度慢怎么办_文件目录_04