#uv & sys-info

6 messages · Page 1 of 1 (latest)

chilly palm
#

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?

carmine sorrelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

quick helm
#

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.

pkg up
pkg i uv

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

A package build system for Termux. Contribute to termux/termux-packages development by creating an account on GitHub.

chilly palm
#

pip install /dir/myLocal/
Crashes Termux on wheel build

#

PKG i uv
... Did it in seconds ... I've been on this for days.