Replies: 1 comment
|
what you posted doesn't seem to look like an error but rather it looks like a warning, the real error might be included in earlier lines, you might what to nevertheless building py3.12 from scratch on termux sounds like pain, i'd just install a deb build from archive but to your luck for some reason only 3.11 and 3.13 seems to be archived: https://web.archive.org/web/*/https://packages.termux.dev/apt/termux-main/pool/main/p/python/python_3.1* |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to build Python 3.12 on Termux. I've downloaded the sources from python.org, run
./configurebut onmakeI get an error:I'm working on a Samsung Galaxy Tab 10, so the ANDROID_API_LEVEL is 36, but pyconfig.h sets the level to 30, but even changing that in
pyconfig.hdoesn't help.Is anyone able to shed some light on how I can go about building python (and other systems, which are also giving me trouble) on Termux?
Best,
Craig
All reactions