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

Install ssl before other packages to allow fetching of https content through urllib #79

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

jobovy
Copy link
Contributor

@jobovy jobovy commented Jan 16, 2024

Fixes #78. As explained there, the fact that ssl is not installed when other packages are first installed and loaded causes http.client and urllib.request to not be properly set up for fetching HTTPS content, leading to downstream issues that don't seem to be able to be resolved after the kernel is initialized. Because ssl is a standard pyodide package, just installing it seems to easiest fix to allow accessing HTTPS content through urllib.

Copy link
Contributor

lite-badge 👈 Try it on ReadTheDocs

@jtpio jtpio added the bug Something isn't working label Jan 16, 2024
Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fetching HTTPS content
2 participants