sudo运行pip。
修改/root/.pip/pip.conf为以下内容(如果没有新建该文件)
[global]
index-url = http://pypi.douban.com/simple
trusted-host = pypi.douban.com
普通用户权限运行:
~/.pip/pip.conf
临时更改源地址:
pip install xxx -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com