centos8 python3 .6.3 buildozer приложение киво рухнуло - PullRequest
0 голосов
/ 14 февраля 2020

Я пытаюсь создать простое приложение kivy с помощью centos8, но не получилось. версия: Python 3.6.4

при установке зависимостей kivy, поскольку многие из них не совпадают:

yum install \
make \
mercurial \  
automake \
gcc \
gcc-c++ \
SDL_ttf-devel \ #no match
SDL_mixer-devel \ #no match
khrplatform-devel \ #not found
mesa-libGLES \      #no match
mesa-libGLES-devel \ #no match
gstreamer-plugins-good \ #no match
gstreamer \             #no match
gstreamer-python \      #no match
mtdev-devel \             #no match
python-devel \         #python3-devel is ok
python-pip \   #python3-pip is oker
java-devel

Может запускаться простое приложение kivy 'hello world'.

pip3 install buildozer #no problem
buildozer init         #no problem
buildozer android debug deploy run #collapsed as follow:
Clone to 'python-for-android'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: Premature end of file(EOF)
fatal: index-pack failure
# Command failed: git clone -b master --single-branch https://github.com/kivy/python-for-android.git python-for-android

Я в Китае, я новичок в программировании, и мой английский sh очень слаб, я не знаю, кто-нибудь может понять и помочь мне. Спасибо.

...