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
Yes it could be done with Pyscript, or plain HTML/JS with a bit of Pyodide. Here is a very basic version https://jsfiddle.net/z9bkhq6c/2/ (which does only version checking, not parsing of pyproject.toml)
how we could use packaging from the current-latest PyPI release.
Yes, so right now it doesn't seem possible to install a different version of packaging than the one we ship pyodide/micropip#51 (because it's already loaded as a dependency of micropip) but that should probably be fixed.
A simpler solution is to load the wheel by URL using pyodide_js.loadPackage
I'm imagining this would help users hit by #631 and friends. Pyodide seems like the right tool for the job.
/cc @rth in case he has thoughts on how we could use packaging from the current-latest PyPI release.
The text was updated successfully, but these errors were encountered: