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

uv installed during rye self install does not run on manylinux_2_17_aarch64 #1187

Closed
tonywu6 opened this issue Jul 2, 2024 · 2 comments · Fixed by #1192
Closed

uv installed during rye self install does not run on manylinux_2_17_aarch64 #1187

tonywu6 opened this issue Jul 2, 2024 · 2 comments · Fixed by #1192
Assignees
Labels
bug Something isn't working

Comments

@tonywu6
Copy link

tonywu6 commented Jul 2, 2024

Steps to Reproduce

  1. docker run --rm -it quay.io/pypa/manylinux2014_aarch64 bash
  2. curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="-y" bash

Expected Result

Rye installs and bootstraps successfully.

Actual Result

Install fails with

.rye/uv/0.2.13/uv: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/vscode/.rye/uv/0.2.13/uv)
.rye/uv/0.2.13/uv: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /home/vscode/.rye/uv/0.2.13/uv)
.rye/uv/0.2.13/uv: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /home/vscode/.rye/uv/0.2.13/uv)
.rye/uv/0.2.13/uv: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/vscode/.rye/uv/0.2.13/uv)
error: Failed to create self venv using /home/vscode/.rye/py/[email protected]/bin/python3. uv exited with status: exit status: 1

Version Info

rye 0.35.0
commit: 0.35.0 (a1dbc56d4 2024-06-24)
platform: linux (aarch64)
self-python: not bootstrapped (target: [email protected])
symlink support: true
uv enabled: true

Stacktrace

No response

@charliermarsh
Copy link
Member

I need to look at how it chooses the uv binary. For manylinux_2_17 uv only supports the statically linked variant.

@charliermarsh charliermarsh self-assigned this Jul 4, 2024
@charliermarsh charliermarsh added the bug Something isn't working label Jul 4, 2024
@charliermarsh
Copy link
Member

Ahh it uses the GitHub Release artifacts. Ok, can fix.

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