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 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 能正常使用,具体看链接: