You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since Home Assistant switched to uv the installation on my NAS box can't be upgraded anymore. It is an armel platform with an armv5tel cpu (32bit, tier 2.5 in rust speak). I use Debian bookworm (stable) on it which supports it just fine, providing python 3.11 via system packages but I am using python 3.12 via manual build. For rust wheels, I cross compile them on a x64 VM and install them using pip into my venv since bookworm only provides rust v1.63 and there is no rustup support being a tier 2.5 platform.
$ curl -LsSf https://astral.sh/uv/install.sh | sh
ERROR: unknown CPU type: armv5tel
I noticed there is no support for this architecture in uv platform.rs:
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26100 N/A Build 26100
System Type: ARM64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: ARMv8 (64-bit) Family 8 Model 1 Revision 201 Qualcomm Technologies Inc ~2188 Mhz
Hi, since Home Assistant switched to
uv
the installation on my NAS box can't be upgraded anymore. It is anarmel
platform with anarmv5tel
cpu (32bit, tier 2.5 in rust speak). I use Debian bookworm (stable) on it which supports it just fine, providing python 3.11 via system packages but I am using python 3.12 via manual build. For rust wheels, I cross compile them on a x64 VM and install them using pip into my venv since bookworm only provides rust v1.63 and there is no rustup support being a tier 2.5 platform.I noticed there is no support for this architecture in uv
platform.rs
:uv/crates/uv-python/src/platform.rs
Line 243 in 3cb7232
Would it be possible to add it to the platform matrix?
Some additional info that might be useful:
sysconfig.txt
The text was updated successfully, but these errors were encountered: