安装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
00 -
NavCat
2020-01-12
你是怎么操作的?
有详细的操作步骤吗?00
相似问题