python3
pip3 install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
python2
pip install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
注:xxxx为要安装的包/库/模块
此命令可以解决一大半报错/安装不上/请求超时等各种问题。
python3
pip3 install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
python2
pip install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
注:xxxx为要安装的包/库/模块
此命令可以解决一大半报错/安装不上/请求超时等各种问题。