安装requests失败

来源:2-5 Requests基础知识1

qq_你是我的_kmrDL4

2020-01-12

报错“ Could not find a version that satisfies the requirement requests (from versions: ) No matching distribution found for requests”,怎么办呀

写回答

2回答

宝慕林2445844

2020-12-02

我和楼主碰到了同样的报错,提示说是没找到合适的requests库.需要更新一下pip版本,在终端执行更新pip版本命令

# python -m pip install --user --upgrade pip

如果提示: NO moudule named 'pip'

需要先执行以下命令再更新pip

# python -m ensurepip

相关文献:

https://www.cnblogs.com/badaoliumangqizhi/p/11845158.html

https://blog.csdn.net/wang1114wang/article/details/81628901


0
0

NavCat

2020-01-12

你是怎么操作的?
有详细的操作步骤吗?

0
0

手把手教你把Python应用到实际开发 不再空谈语法

学会项目开发思路,掌握Python高阶用法。

1341 学习 · 244 问题

查看课程