【django安装问题】pip3 install django报错解决方案

pip3 install django时报错,如下:

 

原因是国外网站下载太慢,利用国内镜像网站安装成功:

pip3 install django -i https://pypi.mirrors.ustc.edu.cn/simple/

pip国内的一些镜像

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) http://pypi.douban.com/simple/

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

你可能感兴趣的:(python,django,python,后端)