Could not find a version that satisfies the requirement requests (from version : )
生活随笔
收集整理的这篇文章主要介绍了
Could not find a version that satisfies the requirement requests (from version : )
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
场景
在使用pip安装requests时提示:
Could not find a version that satisfies the requirement requests (from version : )
原因
在使用pip安装时,有时会遇到网上撞墙的现象
解决
重新执行一遍:pip install requests
或者
手动下载需要的安装包。
下载网址:
https://www.lfd.uci.edu/~gohlke/pythonlibs/
总结
以上是生活随笔为你收集整理的Could not find a version that satisfies the requirement requests (from version : )的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 怎样查看已经记住密码的网站的密码
- 下一篇: 安装Requests