清华源经常出问题-_-

不要相信网上的鬼话创建文件,路径都是错的:

 

 

 

用这个的命令方式换源:

https://juejin.cn/post/7141566114412101662

# 清华源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# 阿里源 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
# 腾讯源 pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple
# 豆瓣源 pip config set global.index-url http://pypi.douban.com/simple/
# 换回默认源pip config unset global.index-url
 
输入之后能获得地址,在输入:
[global] index-url=http://pypi.douban.com/simple [install] trusted-host=pypi.douban.com
 
 
conda换源的命令是:
https://blog.csdn.net/qq_43391414/article/details/115071599
 
 
 
pip命令:
https://www.runoob.com/w3cnote/python-pip-install-usage.html