Could not find a version that satisfies the requirement requests (from version : )
生活随笔
收集整理的這篇文章主要介紹了
Could not find a version that satisfies the requirement requests (from version : )
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
場景
在使用pip安裝requests時提示:
?Could not find a version that satisfies the requirement requests (from version : )
原因
在使用pip安裝時,有時會遇到網(wǎng)上撞墻的現(xiàn)象
解決
重新執(zhí)行一遍:pip install requests
或者
手動下載需要的安裝包。
下載網(wǎng)址:
https://www.lfd.uci.edu/~gohlke/pythonlibs/
總結(jié)
以上是生活随笔為你收集整理的Could not find a version that satisfies the requirement requests (from version : )的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 怎样查看已经记住密码的网站的密码
- 下一篇: 安装Requests