You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
I've tried copy the package from site-packages to opt/wasi-python/lib/python3.11, but python interpreter cannot find the module. Is it because the path only include built-in libraries, no 3rd party packages?
The text was updated successfully, but these errors were encountered:
Yeah, we currently don't have any packages compiled.
We're exploring ways to add 3rd party packages — the Pyodide folks did a fantastic job for browser-based Wasm, but I'm not sure how to do something similar for WASI.
I'd like to explore this a bit more and figure out if there is an easy way to compile python to wasm with 3rd party libraries. Did you follow this guide to built the python3.11 enviornment? My conda does not have python 3.11 yet, so I will try building a enviornment using python 3.10
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried copy the package from
site-packages
toopt/wasi-python/lib/python3.11
, but python interpreter cannot find the module. Is it because the path only include built-in libraries, no 3rd party packages?The text was updated successfully, but these errors were encountered: