Closed shoumikdas closed 4 years ago
Why would you use hostpython2
in your requirements? Remove that.
And it's not a buildozer bug, so I'm closing. Feel free to come to the support channel on Discord if what you look for is support
Sorry for the inconvenience. I am new to Kivy and was trying to run a simple Hello World label integrated with KivMob. KivMob had some requirements specified in its documentation which is why I used hostpython2 in the buildozer.spec file. I will seek assistance for this in the support channel.
Versions
Description
I am trying to compile a simple Kivy app into an Android apk using Buildozer on Ubuntu Linux 18.04. However, I am stuck at the following error:
ERROR: Could not find a version that satisfies the requirement hostpython2 (from -r requirements.txt (line 2)) (from versions: none) ERROR: No matching distribution found for hostpython2 (from -r requirements.txt (line 2))
The bulidozer spec has the following requirements:
Tried to upgrade buildozer: pip3 install -U buildozer It appears that I am alreday using the latest version of buildozer.
Also tried the following:
Received the following error:
buildozer.spec
Command:
Spec file:
Logs