python 的pip install 安装包报错
试试这个:pip install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
这样试下
pip install xxx --no-cache-dir
或者
pip install xxx -i https://pypi.douban.com/simple
2 回答4.3k 阅读✓ 已解决
2 回答852 阅读✓ 已解决
1 回答4.1k 阅读✓ 已解决
3 回答840 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
4 回答2.5k 阅读
3 回答894 阅读✓ 已解决
4 回答3.9k 阅读✓ 已解决
1 回答5.6k 阅读
2 回答7.9k 阅读✓ 已解决
1 回答2.4k 阅读
1 回答5.4k 阅读✓ 已解决
试试这个:pip install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com