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
4 回答4.4k 阅读✓ 已解决
4 回答3.8k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
1 回答4.4k 阅读✓ 已解决
1 回答3.9k 阅读✓ 已解决
1 回答2.8k 阅读✓ 已解决
2 回答2k 阅读✓ 已解决
1 回答5.5k 阅读
2 回答7.9k 阅读✓ 已解决
1 回答2.3k 阅读
1 回答5.3k 阅读✓ 已解决
试试这个:pip install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com