为什么构建器找不到 JSON?

Why is builder not finding JSON?

我正在尝试将我的 kivy 应用程序部署到 Android。问题是每次我 运行 buildozer android debug deploy run logcat 我都会得到这个

ERROR: Could not find a version that satisfies the requirement json
ERROR: No matching distribution found for json

这是 Buildozer 输出的 link:https://pastebin.pl/view/63f40402

据我所知,问题出在 pastebin 的第 630 行附近。 我可以看到 Buildozer 正在向 https://pypi.org/simple/json/ 发出请求以获取某些内容,但响应代码为 404...

任何人都可以看看,因为我真的卡住了?

您不必在要求中添加 json。由于 json 是一个内置模块,当您添加 python 时它会自动添加。因此,只需从 buildozer.spec 文件的要求中删除 json,然后 运行 buildozer