环境

Windows 10 LTSC 2019 x64
Python 3.7.7

方式一: cmd 命令实现

pip config set global.timeout = 6000  
pip config set global.index-url http://pypi.douban.com/simple/ 
pip config set global.trusted-host pypi.douban.com

方式二:手动填写

此电脑 输入 %appdata%pip, 新建 pip.ini

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

其他源

最后修改:2020 年 08 月 25 日 10 : 49 PM
如果觉得文章帮助了您,您可以随意赞赏。