-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
Description
To reproduce with Buildozer:
requirements = python3,kivy==master,pillow
android.api = 33
p4a.bootstrap = sdl3
p4a.branch = develop
With pillow it causes:
/home/user/Projects/test/.buildozer/android/platform/build-arm64-v8a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/Python.h:14:10: fatal error: 'pyconfig.h' file not found
14 | #include "pyconfig.h"
|
And the latter continues to grow even when using requirements = hostpython3==3.13.x,python3==3.13.x,kivy==master,pillow,bzlib
.
The logs I'm getting: https://gist.github.com/kuzeyron/0626a1ab9b200c8ab7cc4d288acc23a6
T-Dynamos