You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python script in android ndk r21e (android-ndk-r21e/build/tools/make_standalone_toolchain.py) is using distutils which have been removed in python 3.12
So, on linux distribution with a python version >= 3.12, kiwix-build cannot run this script and cannot install the android ndk.
So any run with the option --config android_* will fail.
The text was updated successfully, but these errors were encountered:
Python script in android ndk r21e (android-ndk-r21e/build/tools/make_standalone_toolchain.py) is using
distutils
which have been removed in python 3.12So, on linux distribution with a python version >= 3.12, kiwix-build cannot run this script and cannot install the android ndk.
So any run with the option
--config android_*
will fail.The text was updated successfully, but these errors were encountered: