H
H
howuu2019-04-26 03:12:17
Python
howuu, 2019-04-26 03:12:17

How to overcome the app apk packaging path with buildozer?

Here I am cursing

spoiler
Почему так много ошибок, зависимостей, до этого я все делал на своей убунту, бросил, думал на виртуальной машине все будет иначе, но что здесь не так, почему это так трудно

What am I doing:
  • Wrote an application for lessons on youtube
  • Download virtual machine from kivy website
  • I created a folder on the desktop, moved to it, threw my application into it, named the file main.py
  • Updated buildozer
  • introduced buildozer init, didn't change anything in buildozer.spec except loglevel
  • buildozer swore, changed the android.py file, everything is similar to this post https://github.com/kivy/buildozer/issues/217
  • wrote buildozer android debug, got error, couldn't find answer in google, went to toaster

Mistake:
Storing debug log for failure in /tmp/tmpOVwnrj
# Command failed: /usr/bin/python -m pip install -q --user 'appdirs' 'colorama>=0.3.3' 'jinja2' 'six' 'enum34; python_version<"3.4"' 'sh>=1.10; sys_platform!="nt"'
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2

I understand that he swears that he cannot execute the pip command, I checked everything up to
python_version<"3.4"' 'sh>=1.10; sys_platform!="nt"'

Moreover, I am writing a project in python 3, which I also installed on a virtual machine from the kivy site, in general, what should I do, that everything worked for me, projects were assembled, no errors appeared, github was replenished and I could also enter a lecture applications on kivy, it's easy, fast and beautiful, thanks in advance

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question