Python2 apk yapmak sorunu

Butun gerekli modulleri(kivy, cython, virtualenv, buildozer, python-for-android ) indirdim kurdum main.py seklinde dosya olusdurdum ve bunu derlemek icin buildozer android debug deploy run kodu terminalda yazdim sonrasinda soyle bir hata veriyor nedenini anladim ve sorunumuda cozemedim

Command failed: /usr/bin/python2 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build

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

1 Beğeni

Burda hatayı tam olarak göremiyoruz. buildozer.spec dosyanızın içinde log_level = 1 satırını bulun ve 1 değerini 2 yapın. Sonrada tekrar apk oluşturmayı deneyin. çıkan hatayı burda paylaşın.

cikti tam olarak soyle

Check configuration tokens

Ensure build layout

Create directory /home/mb/git/python3_programs/python.apk/bin

Check configuration tokens

Preparing build

Check requirements for android

Run ‘dpkg --version’

Cwd None

/bin/sh: dpkg: command not found

Search for Git (git)

-> found at /usr/bin/git

Search for Cython (cython)

-> found at /usr/bin/cython

Search for Java compiler (javac)

-> found at /usr/lib/jvm/java-9-openjdk/bin/javac

Search for Java keytool (keytool)

-> found at /usr/lib/jvm/java-9-openjdk/bin/keytool

Install platform

Run ‘pip install -q --user “appdirs” “colorama>=0.3.3” “sh>=1.10,<1.12.5” “jinja2” “six”’

Cwd None

Apache ANT found at /home/mb/.buildozer/android/platform/apache-ant-1.9.4

Android SDK found at /home/mb/.buildozer/android/platform/android-sdk-20

Android NDK found at /home/mb/.buildozer/android/platform/android-ndk-r9c

Check application requirements

Check garden requirements

Compile platform

Run ‘/usr/bin/python2 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build’

Cwd /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master

[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI
[INFO]: Available Android APIs are (19)
[INFO]: Requested API target 19 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK
[INFO]: Got NDK version from $ANDROIDNDKVER
[INFO]: Using Google NDK r9c
[INFO]: Found virtualenv at /usr/bin/virtualenv2
[INFO]: ccache is missing, the build will not be optimized in the future.
[INFO]: Found the following toolchain versions: [‘4.6’, ‘4.8’, ‘clang3.3’]
[INFO]: Picking the latest gcc toolchain, here 4.8
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found multiple valid dependency orders:
[INFO]: [‘hostpython2’, ‘sdl2_image’, ‘sdl2_mixer’, ‘sdl2_ttf’, ‘python2’, ‘sdl2’, ‘six’, ‘pyjnius’, u’kivy’]
[INFO]: [‘hostpython3crystax’, ‘sdl2_image’, ‘sdl2_mixer’, ‘sdl2_ttf’, ‘python3crystax’, ‘sdl2’, ‘six’, ‘pyjnius’, u’kivy’]
[INFO]: [‘hostpython2’, ‘pygame_bootstrap_components’, ‘python2’, ‘sdl’, ‘six’, ‘pygame’, ‘pyjnius’, u’kivy’]
[INFO]: Using the first of these: [‘hostpython2’, ‘sdl2_image’, ‘sdl2_mixer’, ‘sdl2_ttf’, ‘python2’, ‘sdl2’, ‘six’, ‘pyjnius’, u’kivy’]
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name myapp and recipes (kivy)
[INFO]: Dist will also contain modules () installed from pip
[INFO]: -> running cp -r /home/mb/git/python3…(and 224 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Recipe build order is [‘hostpython2’, ‘sdl2_image’, ‘sdl2_mixer’, ‘sdl2_ttf’, ‘python2’, ‘sdl2’, ‘six’, ‘pyjnius’, u’kivy’]
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython2
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 78 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/hostpython2
[INFO]: -> running basename http://python.org/…(and 37 more)
[INFO]: hostpython2 download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading sdl2_image
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 77 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> running basename https://www.libsd…(and 56 more)
[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading sdl2_mixer
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 77 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> running basename https://www.libsd…(and 56 more)
[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading sdl2_ttf
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 75 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> running basename https://www.libsdl…(and 52 more)
[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading python2
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 74 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/python2
[INFO]: -> running basename http://python.org/…(and 37 more)
[INFO]: python2 download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading sdl2
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 71 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> running basename https://www.libsdl…(and 30 more)
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading six
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 70 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/six
[INFO]: -> running basename https://pypi.pytho…(and 44 more)
working: six-1.9.0.tar.gz [INFO]: six download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading pyjnius
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 74 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> running basename https://github.com…(and 32 more)
[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Downloading kivy
[INFO]: -> running mkdir -p /home/mb/git/pyth…(and 71 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/packages/kivy
[INFO]: -> running basename https://github.com…(and 29 more)
[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: # Building all recipes for arch armeabi-v7a
[INFO]: # Unpacking recipes
[INFO]: Unpacking hostpython2 for armeabi-v7a
[INFO]: -> running basename http://python.org/…(and 37 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop
[INFO]: hostpython2 is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking sdl2_image for armeabi-v7a
[INFO]: -> running basename https://www.libsd…(and 56 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni
[INFO]: sdl2_image is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking sdl2_mixer for armeabi-v7a
[INFO]: -> running basename https://www.libsd…(and 56 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni
[INFO]: sdl2_mixer is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking sdl2_ttf for armeabi-v7a
[INFO]: -> running basename https://www.libsdl…(and 52 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni
[INFO]: sdl2_ttf is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking python2 for armeabi-v7a
[INFO]: -> running basename http://python.org/…(and 37 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a
[INFO]: python2 is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking sdl2 for armeabi-v7a
[INFO]: -> running basename https://www.libsdl…(and 30 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni
[INFO]: sdl2 is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking six for armeabi-v7a
[INFO]: -> running basename https://pypi.pytho…(and 44 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a
[INFO]: six is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking pyjnius for armeabi-v7a
[INFO]: -> running basename https://github.com…(and 32 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a
[INFO]: pyjnius is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Unpacking kivy for armeabi-v7a
[INFO]: -> running basename https://github.com…(and 29 more)
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a
[INFO]: kivy is already unpacked, skipping
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding hostpython2 for armeabi-v7a
[INFO]: -> running cp /home/mb/git/python3_pr…(and 254 more)
[INFO]: Prebuilding sdl2_image for armeabi-v7a
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_image[armeabi-v7a]
[INFO]: sdl2_image already patched, skipping
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a]
[INFO]: sdl2_mixer already patched, skipping
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding python2 for armeabi-v7a
[INFO]: python2 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for python2[armeabi-v7a]
[INFO]: python2 already patched, skipping
[INFO]: Prebuilding sdl2 for armeabi-v7a
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2[armeabi-v7a]
[INFO]: sdl2 already patched, skipping
[INFO]: Prebuilding six for armeabi-v7a
[INFO]: six has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding pyjnius for armeabi-v7a
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for pyjnius[armeabi-v7a]
[INFO]: pyjnius already patched, skipping
[INFO]: Prebuilding kivy for armeabi-v7a
[INFO]: kivy has no prebuild_armeabi_v7a, skipping
[INFO]: # Building recipes
[INFO]: Building hostpython2 for armeabi-v7a
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2
[INFO]: hostpython already exists, skipping build
[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Building sdl2_image for armeabi-v7a
[INFO]: Building sdl2_mixer for armeabi-v7a
[INFO]: Building sdl2_ttf for armeabi-v7a
[INFO]: Building python2 for armeabi-v7a
[INFO]: Copying hostpython binary to targetpython folder
[INFO]: -> running cp /home/mb/git/python3_pr…(and 232 more)
[INFO]: Building sdl2 for armeabi-v7a
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni
[INFO]: -> running ndk-build V=1
working: install -p /home/mb/git/python3_progr…(and 268 more[INFO]: <- directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master
[INFO]: Building six for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: six said it is already built, skipping
[INFO]: Building pyjnius for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: pyjnius said it is already built, skipping
[INFO]: Building kivy for armeabi-v7a
[INFO]: kivy apparently isn’t already in site-packages
[INFO]: Cythonizing anything necessary in kivy
[INFO]: -> directory context /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy
[INFO]: -> running python.host -c import sys; print(sys.path)
[INFO]: Trying first build of kivy to get cython files: this is expected to fail
[INFO]: -> running python.host setup.py build_ext -v
(‘cwd is’, ‘/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy’)
working: compException in thread background thread for pid 32714:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 754, in run
self.__target(*self.__args, **self.__kwargs)
File “/usr/lib/python2.7/site-packages/sh.py”, line 2170, in background_thread
handle_exit_code(exit_code)
File “/usr/lib/python2.7/site-packages/sh.py”, line 1929, in fn
return self.command.handle_command_exit_code(exit_code)
File “/usr/lib/python2.7/site-packages/sh.py”, line 672, in handle_command_exit_code
raise exc
ErrorReturnCode_1:

RAN: /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v

STDOUT:
Using distutils
Environ change use_sdl2 -> True

Cython check avoided.
Using this graphics system: OpenGL ES 2
SDL2 found via pkg-config
SDL2: found SDL header at /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h
SDL2: found SDL_mixer header at /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/SDL_mixer.h
SDL2: found SDL_ttf header at /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/SDL_ttf.h
SDL2: found SDL_image header at /home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/SDL_image.h
fatal: ambiguous argument ‘HEAD’: unknown revision or path not in the working tree.
Use ‘–’ to separate paths from revisions, like this:
‘git […] – […]’
/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires’
warnings.warn(msg)
/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'dependency_links’
warnings.warn(msg)
/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires’
warnings.warn(msg)
running build_ext
Build configuration is:

  • use_rpi = 0
  • use_mali = 0
  • use_egl = 0
  • use_opengl_es2 = 1
  • use_opengl_mock = 0
  • use_sdl2 = 1
  • use_ios = 0
  • use_mesagl = 0
  • use_x11 = 0
  • use_gstreamer = 0
  • use_avfoundation = 0
  • use_osx_frameworks = 0
  • debug_gl = 0
  • debug = False
    Detected compiler is unix
    building ‘kivy.core.text._text_sdl2’ extension
    arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/mb/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/mb/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Ikivy/include -I/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -I/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer -I/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-2.7/kivy/core/text/_text_sdl2.o
    arm-linux-androideabi-gcc: error: kivy/core/text/_text_sdl2.c: No such file or directory
    arm-linux-androideabi-gcc: fatal error: no input files
    compilation terminated.
    error: command ‘arm-linux-androideabi-gcc’ failed with exit status 1

STDERR:

[INFO]: kivy first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize kivy/_event.pyx
[INFO]: -> running cython2 ./kivy/_event.pyx
[INFO]: Cythonize kivy/_clock.pyx
[INFO]: -> running cython2 ./kivy/_clock.pyx
[INFO]: Cythonize kivy/properties.pyx
[INFO]: -> running cython2 ./kivy/properties.pyx
[INFO]: Cythonize kivy/weakproxy.pyx
[INFO]: -> running cython2 ./kivy/weakproxy.pyx
[INFO]: Cythonize kivy/lib/gstplayer/_gstplayer.pyx
[INFO]: -> running cython2 ./kivy/lib/gstplayer/_gstplayer.pyx
[INFO]: Cythonize kivy/lib/vidcore_lite/egl.pyx
[INFO]: -> running cython2 ./kivy/lib/vidcore_lite/egl.pyx
()
working: Error compiling Cython file: Exception in thread background thread for pid 32763:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 754, in run
self.__target(*self.__args, **self.__kwargs)
File “/usr/lib/python2.7/site-packages/sh.py”, line 2170, in background_thread
handle_exit_code(exit_code)
File “/usr/lib/python2.7/site-packages/sh.py”, line 1929, in fn
return self.command.handle_command_exit_code(exit_code)
File “/usr/lib/python2.7/site-packages/sh.py”, line 672, in handle_command_exit_code
raise exc
ErrorReturnCode_1:

RAN: /usr/bin/cython2 ./kivy/lib/vidcore_lite/egl.pyx

STDOUT:

Error compiling Cython file:


cdef:
bcm.DISPMANX_DISPLAY_HANDLE_T disp
bcm.DisplayHandle D
disp = bcm.vc_dispmanx_display_open( device )
if disp == 0:
raise bcm.BCMDisplayException(“Couldn’t open handle to display”)
^

kivy/lib/vidcore_lite/egl.pyx:608:17: cimported module has no attribute ‘BCMDisplayException’

Error compiling Cython file:


cdef:
bcm.DISPMANX_UPDATE_HANDLE_T hdl
bcm.UpdateHandle U
hdl = bcm.vc_dispmanx_update_start( priority )
if hdl == 0:
raise bcm.BCMDisplayException(“Couldn’t open handle to update-start”)
^

kivy/lib/vidcore_lite/egl.pyx:619:17: cimported module has no attribute ‘BCMDisplayException’

STDERR:

Traceback (most recent call last):
File “/usr/lib/python2.7/runpy.py”, line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File “/usr/lib/python2.7/runpy.py”, line 72, in run_code
exec code in run_globals
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py”, line 916, in
main()
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py”, line 913, in main
ToolchainCL()
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py”, line 514, in init
getattr(self, args.subparser_name.replace(’-’, '
’))(args)
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py”, line 147, in wrapper_func
build_dist_from_args(ctx, dist, args)
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py”, line 192, in build_dist_from_args
build_recipes(build_order, python_modules, ctx)
File “pythonforandroid/build.py”, line 572, in build_recipes
File “pythonforandroid/recipe.py”, line 975, in build_arch
File “pythonforandroid/recipe.py”, line 1010, in build_cython_components
File “/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipes/kivy/init.py”, line 18, in cythonize_build
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)
File “pythonforandroid/recipe.py”, line 1055, in cythonize_build
File “pythonforandroid/recipe.py”, line 1046, in cythonize_file
File “pythonforandroid/logger.py”, line 175, in shprint
File “/usr/lib/python2.7/site-packages/sh.py”, line 720, in next
self.wait()
File “/usr/lib/python2.7/site-packages/sh.py”, line 651, in wait
self.handle_command_exit_code(exit_code)
File “/usr/lib/python2.7/site-packages/sh.py”, line 672, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:

RAN: /usr/bin/cython2 ./kivy/lib/vidcore_lite/egl.pyx

STDOUT:

Error compiling Cython file:


cdef:
bcm.DISPMANX_DISPLAY_HANDLE_T disp
bcm.DisplayHandle D
disp = bcm.vc_dispmanx_display_open( device )
if disp == 0:
raise bcm.BCMDisplayException(“Couldn’t open handle to display”)
^

kivy/lib/vidcore_lite/egl.pyx:608:17: cimported module has no attribute ‘BCMDisplayException’

Error compiling Cython file:


cdef:
bcm.DISPMANX_UPDATE_HANDLE_T hdl
bcm.UpdateHandle U
hdl = bcm.vc_dispmanx_update_start( priority )
if hdl == 0:
raise bcm.BCMDisplayException(“Couldn’t open handle to update-start”)
^

kivy/lib/vidcore_lite/egl.pyx:619:17: cimported module has no attribute ‘BCMDisplayException’

STDERR:

Command failed: /usr/bin/python2 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/mb/git/python3_programs/python.apk/.buildozer/android/platform/build

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

1 Beğeni

cython sürümü 0.26 ise aşağıdaki sitelere bir göz atabilirsiniz. Sanırım kivy/lib/vidcore_lite/egl.pyx dosyasında

sitesindeki gibi bir değişiklik yapmanız lazım.