pip install django时提示 Cannot fetch index base URL https://mirrors.tuna.tsinghua.edu.cn/pypi/simple/,
原因时一些官方的源很多都被墙了,访问不了,国内提供一些镜像的源,可以较快访问。经过验证,这个源
sudo pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple 能正常使用,具体看链接:
本文介绍了解决pip安装Django过程中遇到的Cannot fetch index base URL错误的方法。通过使用清华大学提供的镜像源,能够成功地安装Django,并提供了一个有效的命令示例。
pip install django时提示 Cannot fetch index base URL https://mirrors.tuna.tsinghua.edu.cn/pypi/simple/,
原因时一些官方的源很多都被墙了,访问不了,国内提供一些镜像的源,可以较快访问。经过验证,这个源
sudo pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple 能正常使用,具体看链接:
1133
3万+

被折叠的 条评论
为什么被折叠?