pip install json
fails on ubuntu and gives errors like this.
I am trying buildozer android debug
on my Ubuntu machine and I have a dependency json
. The problem is, buildozer
is internally trying to install json and it is giving the exact same error:
RuntimeError: Package 'json' must not be downloaded from pypi
My buildozer
is configured and I have no issues when I run it withour json
.