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
It can be done directly in the browser, but it's probably not optimal. The other solution is to do it in node (but this means a dependency on node).
The ideal case could be to run it native Python with micropip installed. I think it might be possible if we use the dependency resolution part but not the install part of micropip, but someone would need to try.
First very simple option for creating a
pyodide-lock.json
mixing Pyodide packages and PyPI packages consists of,pyodide-lock.json
with results of micropip.freeze() micropip#68).It can be done directly in the browser, but it's probably not optimal. The other solution is to do it in node (but this means a dependency on node).
The ideal case could be to run it native Python with micropip installed. I think it might be possible if we use the dependency resolution part but not the install part of micropip, but someone would need to try.
Alternative proposals: #9 #10
The text was updated successfully, but these errors were encountered: