Closed amanatid closed 1 year ago
Also posted in the user groups https://discord.com/channels/423249981340778496/712344698559397895/1109548726801940631 and https://groups.google.com/g/kivy-users/c/Byq6eJ6KORg/m/emzZPaSNBAAJ
Where, until proven otherwise, it belongs.
👋 @amanatid, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Description
My problem with buildoser is the following one. I installed Ubuntu 20.04.06 under Windows 10 using the Microsoft Store . After I execute the command buildozer android debug (following the instructions of this video https://www.youtube.com/watchv=pzsvN3fuBA0&t=769s ). I got two STD ERR one is in BLACK and as it says it is related with my C compiler but gnu c compiler looks ok and the other STD ERR is in RED and is related with python3 environment but I do not understand it.
More specifically, I execute the following commands : git clone https://github.com/denczo/kivy_examples git clone https://github.com/kivy/buildozer.git sudo apt-get update sudo apt-get install openjdk-8-jdk sudo apt-get install unzip sudo apt install python3 python3-pip ipython3 sudo apt install cython sudo apt-get install autoconf sudo apt install build-essential libltdl-dev libffi-dev libssl-dev python-dev sudo pip3 install --upgrade cython sudo apt-get install zip cd buildozer sudo python3 setup.py install cd kivy-examples cd graphs sudo buildozer android debug
And after this command I get the problem which is decribed below
Versions
buildozer.spec
Command: sudo buildozer android debug
Spec file:
Logs
This is