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

Installation fails on python:3.1*-alpine, but works on ubuntu 22.04 docker images #38

Open
the-infinity opened this issue Oct 18, 2023 · 0 comments

Comments

@the-infinity
Copy link

As stated in the title, for some reason it works at ubuntu 22.04, but does not python:3.10-alpine or python:3.11-alpine. Same amd64 maschine, same error as in issue #30 :

#13 26.98   Preparing metadata (pyproject.toml): finished with status 'error'
#13 26.99   error: subprocess-exited-with-error
#13 26.99   
#13 26.99   × Preparing metadata (pyproject.toml) did not run successfully.
#13 26.99   │ exit code: 1
#13 26.99   ╰─> [6 lines of output]
#13 26.99       Checking for Rust toolchain....
#13 26.99       
#13 26.99       Cargo, the Rust package manager, is not installed or is not on PATH.
#13 26.99       This package requires Rust and Cargo to compile extensions. Install it through
#13 26.99       the system's package manager or via https://rustup.rs/
#13 26.99       
#13 26.99       [end of output]

I would guess the binary for alpine is missing, although I find it quite strange that the result differs on the linux distro with same python version and same architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant