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

pip now downloads windows binaries on alpine x64 #239

Closed
2-www opened this issue May 29, 2024 · 1 comment
Closed

pip now downloads windows binaries on alpine x64 #239

2-www opened this issue May 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@2-www
Copy link

2-www commented May 29, 2024

Steps to Reproduce

pip install wasmtime

Expected Results

either working wasmtime, or an error "No matching distributions found" like in bytecodealliance/wasmtime#995

Actual Results

it appears to succeed, but it actually downloads a windows library (/usr/local/lib/python3.12/site-packages/wasmtime/win32-x86_64/_wasmtime.dll)

Versions and Environment

Operating system: alpine linux
Architecture: x86_64

@2-www 2-www added the bug Something isn't working label May 29, 2024
@2-www 2-www changed the title pip downloads windows binaries on alpine x64 pip now downloads windows binaries on alpine x64 May 29, 2024
@alexcrichton alexcrichton transferred this issue from bytecodealliance/wasmtime May 29, 2024
@alexcrichton
Copy link
Member

Thanks for the report! I've transferred this to the wasmtime-py repository which contains the Python bindings you're referring to. I also believe that this is a duplicate of #237 and will be resolved with Wasmtime 22 to be released on June 20.

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

No branches or pull requests

2 participants