uv & sys-info
Been a few days.
Unsure of which logs are most relevant right now.
Having issues getting uv installed.
Downloaded it; applied a patch; built with cargo fix && cargo build
-
How do I install it?
.
Believe "it all started when" attempting to install another tool which relied upon uv; which failed at sys-info.
.
Do I use pip/PKG/apt/apt-get and how to point to local --path? For the patch I applied?
3 Replies
We do have a
uv
package available.
The sys-info
crate it uses requires patching which is rather annoying to do on-device.
Your best bet would be to use the uv
package from the repos.
If you would prefer building it on device the required patch can be found in uv
's package directory.
https://github.com/termux/termux-packages/tree/master/packages/uv
Though again, this is a major pain in the ass to do on-device.GitHub
termux-packages/packages/uv at master · termux/termux-packages
A package build system for Termux. Contribute to termux/termux-packages development by creating an account on GitHub.
How'd i miss that message for 8 hrs...
https://discord.com/channels/273534239310479360/1120124565591425034/1318078870859022366
https://github.com/termux/termux-packages/commit/f4b20cc4c6e4d580700c41509f995e5f235031ba
I applied the patch locally
pip install /dir/myLocal/
Crashes Termux on wheel build
PKG i uv
... Did it in seconds ... I've been on this for days.
Tysm