-
Hi, I'm trying to cross compile a wheel for package uv using maturin. I'm on an Ubuntu machine and I'm trying to build for the armv5te architecture. uv contains a rust module that I have been able to cross compile successfully using:
However, when running maturin I do get the wrong architecture out:
Completes successfully, but builds the following:
Installing this wheel on the machine reports this error: ERROR: uv-0.5.11-py3-none-linux_armv7l.whl is not a supported wheel on this platform. No additional info, but wheels built on the machine itself usually end with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Add support for armv5te in #2409, can you confirm some information on the machine?
|
Beta Was this translation helpful? Give feedback.
-
$ uname -m $ pip debug --verbose |
Beta Was this translation helpful? Give feedback.
Add support for armv5te in #2409, can you confirm some information on the machine?
uname -m
pip debug --verbose