gpt4 book ai didi

python-3.x - 找不到多个包的匹配发行版

转载 作者:行者123 更新时间:2023-12-03 14:25:28 26 4
gpt4 key购买 nike

突然间,我在尝试使用我以前工作过(好几个月)的需求文件时遇到了很多错误。
我试图去 pypi.org 并得到相同的 404 错误。
我的设置有问题吗?

> pip install -r requirements.txt
Collecting get==2019.4.13 (from -r requirements.txt (line 4))
Cache entry deserialization failed, entry ignored
Exception:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/get/
如果我删除行 get==2019.4.13下一个错误是:
> pip install -r requirements.txt
Collecting post==2019.4.13 (from -r requirements.txt (line 11))
Cache entry deserialization failed, entry ignored
Exception:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/post/

最佳答案

PyPI 管理员在这里。您可能无意中拥有 request而不是 requests在您的 requirements.txt文件。
这些项目( requestgetpost )已被作者删除,不再存在。您应该将它们从您的 requirements.txt 中删除文件。

关于python-3.x - 找不到多个包的匹配发行版,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62927162/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com