-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyodide venv
should take an abi version / index argument
#88
Comments
Maybe we can use the Pyodide Anaconda Index. It still does not support CORS headers but |
Isn't that somewhat orthogonal to being able to select the abi? |
We can put packages with different ABI ( |
Ah interesting. But what about if they want the package set specifically from 0.26.4? Maybe nobody wants that? |
Hmm, good point. If someone wants to test against a specific set of packages in a particular version of Pyodide, one might want to do that. In that case, probably we'll need to use our CDN as an index just like we do now. |
We can see if we can imitate a subset of virtualenv's arguments. I'm not even sure how
pyodide venv
decides which index to download from since we stopped versioning pyodide-build and the pyodide runtime + recipe set together.The text was updated successfully, but these errors were encountered: