Skip to content
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

Make it possible to support different version of Pyodide #172

Closed
fpliger opened this issue May 4, 2022 · 2 comments · Fixed by #328
Closed

Make it possible to support different version of Pyodide #172

fpliger opened this issue May 4, 2022 · 2 comments · Fixed by #328
Assignees
Labels
tag: interpreter Related to the Python interpreter configuration type: feature New feature or request

Comments

@fpliger
Copy link
Contributor

fpliger commented May 4, 2022

Users should be able to use different versions of Pyodide, either from CDN or locally build.

@fpliger fpliger added type: feature New feature or request tag: interpreter Related to the Python interpreter configuration labels May 4, 2022
@verhulstm verhulstm self-assigned this May 4, 2022
@MarcSkovMadsen
Copy link

It would be nice to specify a python version also.

It would be nice to import a minimum python distribution with a fast load time that enables importing pure python packages. To enable fast load times for simple use cases.

@fpliger
Copy link
Contributor Author

fpliger commented May 9, 2022

@MarcSkovMadsen agree with you. With that said, for now, I don't think there's much PyScript can do until we are able to support other runtimes/languages entirely. THis means that, for now, the problem is upstream and will need to evolve as Pyodide and CPython on wasm evolve and build better support for this.

So, for now, I'd consider these 2 things as separate issues. (just to make it easier to make progress will stuck on the other)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: interpreter Related to the Python interpreter configuration type: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants