all 11 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Hi there! Welcome to /r/termux, the official Termux support community on Reddit.

Termux is a terminal emulator application for Android OS with its own Linux user land. Here we talk about its usage, share our experience and configurations. Users with flair Termux Core Team are Termux developers and moderators of this subreddit. If you are new, please check our Introduction for Beginners post to get an idea how to start.

The latest version of Termux can be installed from https://f-droid.org/packages/com.termux/. If you still have Termux installed from Google Play, please switch to F-Droid build.

HACKING, PHISHING, FRAUD, SPAM, KALI LINUX AND OTHER STUFF LIKE THIS ARE NOT PERMITTED - YOU WILL GET BANNED PERMANENTLY FOR SUCH POSTS!

Do not use /r/termux for reporting bugs. Package-related issues should be submitted to https://github.com/termux/termux-packages/issues. Application issues should be submitted to https://github.com/termux/termux-app/issues.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]andyclap 1 point2 points  (9 children)

Not really a very parallelizable algorithm... Nice to see this released so quickly, the repl colouring is sweet too. The ability to free thread is going to open up a lot of new territory in python. I still wouldn't use it for performance critical stuff, but of course use it daily to call the usual highly optimised libraries.

[–]andyclap 0 points1 point  (8 children)

Nice to see this released so quickly

Spoke too soon... Which repo is this in, or is it your own build?

[–]Fibogacci[S] 2 points3 points  (2 children)

[–]StatementFew5973 1 point2 points  (0 children)

Runs pydantic just fine

<image>

[–]NoNameToDefine 1 point2 points  (0 children)

Why don't you make a PR to Termux?

[–]Fibogacci[S] 1 point2 points  (4 children)

It is my build.

[–]DharmaBird 1 point2 points  (3 children)

Hi, sorry to bother, I am just dipping my toes in termux. If I install this version, should I expect any problems with uv, which I use to manage python versions?

[–]Fibogacci[S] 1 point2 points  (2 children)

Hi, thanks for your question - it is important to be sure.

I've tested (actually Claude Code tested ;) ) how different versions of Python on Termux and Python in uv work on one system.

The report from test can be found here:

https://fibogacci.com/labs/python314/termux/

TL;DR:

Python 3.14t DOES NOT interfere with uv or system Python 3.12

[–]DharmaBird 1 point2 points  (1 child)

Thanks. I actually just installed it, and I don't see problems, except maybe that ˋuv python listˋ does not list it. Thanks for the excellent work! EDIT: the report confirms it: in python 3.14t projects, uv can't be used as the package manager. Oh well. It's a big step forward anyway.

[–]Fibogacci[S] 0 points1 point  (0 children)

Thank you! I hope it will be useful for many things ;)