bytecodealliance / wasmtime-py

Python WebAssembly runtime powered by Wasmtime
https://bytecodealliance.github.io/wasmtime-py/
Apache License 2.0
390 stars 52 forks source link

pip now downloads windows binaries on alpine x64 #239

Closed 2-www closed 4 months ago

2-www commented 4 months ago

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

alexcrichton commented 4 months ago

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 https://github.com/bytecodealliance/wasmtime-py/issues/237 and will be resolved with Wasmtime 22 to be released on June 20.