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