Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architecture not supported: arm #3854

Closed
bulletmark opened this issue May 27, 2024 · 3 comments · Fixed by #3855
Closed

Architecture not supported: arm #3854

bulletmark opened this issue May 27, 2024 · 3 comments · Fixed by #3855
Assignees
Labels
bug Something isn't working

Comments

@bulletmark
Copy link

Using last uv version 1 works fine on my Raspberry Pi (running Arch):

$ uv -V
uv 0.1.7

$ uv venv
Using Python 3.12.3 interpreter at /usr/bin/python3.12
Creating virtualenv at: .venv
Activate with: source .venv/bin/activate

Using current uv version 2 can't create venv:

$ uv -V
uv 0.2.3

$ uv venv
  × Architecture not supported: arm
$ uname -a
Linux pi2 6.6.31-2-rpi #1 SMP Fri May 24 17:26:41 MDT 2024 armv7l GNU/Linux
@charliermarsh
Copy link
Member

By the way, uv 0.1.7 is very old (at least in uv terms), that's like 40 versions behind.

@charliermarsh charliermarsh self-assigned this May 27, 2024
@charliermarsh charliermarsh added the bug Something isn't working label May 27, 2024
@bulletmark
Copy link
Author

Yes, sorry Arch on ARM is poorly supported so uv 0.1.7 was the easiest version 1 available for me for me to easily restore from the standard packages. I just hand installed uv 0.1.45 and that worked fine so clearly this is a version 2 issue.

charliermarsh added a commit that referenced this issue May 27, 2024
## Summary

This also adds filtering for the ARM Pythons, since that needs some libc
changes; and it closes #3854 by
way of adding an "arm" branch.
@charliermarsh
Copy link
Member

Yup all good. Should be fixed in the next release...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants