pip install (速度慢或者下载超时)使用豆瓣源

爱⌒轻易说出口 提交于 2019-11-28 10:25:21

pip install xxx -i http://pypi.douban.com/simple/

如果如下报错

  The repository located at pypi.douban.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.douban.com'.
  Could not find a version that satisfies the requirement opencv-python (from versions: )
No matching distribution found for opencv-python
The repository located at pypi.douban.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.douban.com'.

改为pip install xxx -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!