Y
Y
yahabrovec2018-10-03 19:06:52
Python
yahabrovec, 2018-10-03 19:06:52

Compiling apk with buildozer on python3?

There was a problem compiling the apk file using buildozer. It uses pip by default to install all the junk to build. Tobish it comes out something like

pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"

But since I'm on Linux and I have python3, I need to use not pip but pip3. And so the error occurs
/bin/sh: 1: pip: not found
# Command failed: pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"

Help, who knows what to do. And then I don’t want to switch to python2.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
KulakovK, 2018-10-24
@KulakovK

Did you find a solution?
I even downloaded the official one from kivy. Hemorrhoids are still the same with the assembly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question