How to install python3.12?
I'm trying to install python 3.12 but it seems like only 3.11 is available via the pkg install command. I tried building from source but random C errors are raised ("call to undefined function 'semclockwait'" for example). How do i install it without any errors? Are there easy ways to do it?
2 Replies
And that's why Python 3.12 isn't available yet.
Needs some major patch rewrites, and there's still remaining blockers as far as I know.
Here's the PR tracking Python 3.12 progress.
https://github.com/termux/termux-packages/pull/18078
GitHub
python: update to 3.12 by landfillbaby · Pull Request #18078 · term...
will this even work since distutils is deleted?
You can grab a build artifact from the latest CI run on the PR, but expect to run into issues with it.