msgpack/msgpack-python

1.1.0 Pyodide Compatibility

Closed this issue · 2 comments

I have a package I'm trying to install with Pyodide that requires v1.1.0, but there is no pure Python wheel available for this version. I do see that for v1.0.8 there was one.

Would it be possible to release a pure Python wheel for v1.1.0?

Error:

Can't find a pure Python 3 wheel for 'msgpack==1.1.0' See:
https://pyodide.org/en/stable/usage/faq.html#why-can-t-
micropip-find-a-pure-python-wheel-for-a-package You can use
"await micropip.install(..., keep_going=True)' to get a list of all packages with missing wheels.

Thank you for the response! I will try to build the WASM version in Pyodide