1.1.0 Pyodide Compatibility
Closed this issue · 2 comments
riyavsinha commented
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.
methane commented
Reason behind not releasing pure python wheel:
#576 (comment)
Try this instead:
https://pyodide.org/en/stable/development/building-and-testing-packages.html#building-and-testing-packages-out-of-tree
riyavsinha commented
Thank you for the response! I will try to build the WASM version in Pyodide