树莓派pip安装 django

树莓派pip安装 django

错误

Exception: Traceback (most recent call last): File "/usr/share/python-wheels/urllib3-1.19.1-py…

更换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/
执行命令:
pip3 install web.py -i http://pypi.douban.com/simple
pip3 install django

不更换源安装

pip install django -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

上一篇:python国内镜像源


下一篇:python学习笔记附录二:常用操作