Could not find a version that satisfies the requirement requests (from version : )

阅读 87

2023-03-13


场景

在使用pip安装requests时提示:

 Could not find a version that satisfies the requirement requests (from version : )

原因

在使用pip安装时,有时会遇到网上撞墙的现象

解决

重新执行一遍:pip install requests

Could not find a version that satisfies the requirement requests (from version : )_安装包

或者

手动下载需要的安装包。

下载网址:

​​https://www.lfd.uci.edu/~gohlke/pythonlibs/​​

精彩评论(0)

0 0 举报