Hood Chatham
Hood Chatham
@rtpg You can call `loadPyodide` again to create a new one.
To be fair, in ordinary linux it would just say `Segmentation fault (core dumped)`. > you hit a recursion limit on the WASM Well there are a lot of other...
> it makes the wheel available in the live docs Cool!
Glad to hear you got it working @juangburgos. Would you mind opening an issue with what specifically you did that led to the ModuleNotFoundError error? Presumably there is a bug...
Closing as rejected since we don't seem to be doing this.
Okay since I added the mixin methods I'm going to merge this now.
Before this was left open because pyfetch should probably throw an error or be a bit more noisy about the coors issue.
The status of this is unchanged: We'd be very happy to accept a patch implementing this if someone contributed one.
If you want to speed up the loading time, I recommend using `micropip.freeze()` after the dependencies are loaded. This will write out a `repodata.json` file. You should serve this file...
Well if you aren't satisfied with that, what about just zipping site-packages? Then you can fetch it yourself and use `pyodide.unpackArchive` to install it when the runtime is ready.