jupyterlite/pyscript/pyodide wheel compatibility? #2567
Replies: 2 comments
-
okay I have answered some of these questions for myself regarding compatibilities but not the issue of the wheel names totally, I fixed my pyodide version to 0.27.7, but I can see that repair wheel is renaming the wheels:
This renaming I think is fine, but I am not sure why I was having issues with micropip. Or rather, why micropip was expecting a different tag. |
Beta Was this translation helpful? Give feedback.
-
after more work, I think I've got this fully resolved more myself, in that the docs are accurate that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experimenting with building pyodide wheels for my c/cython python extension and managed to get something that seems to work.
I was wondering what the compatibility story was with jupyterlite and supporting pip installs of the wheels with it, but for jupyterlite ran into an issue where the wheel name didn't match the expected "emscripten_3_1_58_wasm32" name for when I got to
https://jupyter.org/try-jupyter/lab/
while cibuildwheel was producing "pyodide_2025_0". I was also building a python3.13 wheel versus the necessary 3.12 one, but that I know how to address.I am guessing that I should mess around with the versions listed in
pyodide xbuildenv search --all
, but a cursory read of https://cibuildwheel.pypa.io/en/stable/platforms/#pyodide-choosing-a-version didn't quite have the higher level specific info on how to ensure properly compatible wheel names are made.Just looking for any info, I'd be happy to contribute some docs on this topic eventually
Beta Was this translation helpful? Give feedback.
All reactions