-
Notifications
You must be signed in to change notification settings - Fork 13
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
Should it be possible to import ssl
?
#32
Comments
cc. @DerThorsten who may know |
Not sure, but this is on a very old stack, and the python3.11 build has some more features. |
@sggaffney are you able to try jupyterlite-xeus-python v1.0.0a3? |
Thank you for the suggestion. I've just tried that and get the same error when I run My environment file, for reference, was: name: build-env
channels:
- conda-forge
dependencies:
- python # resolved to v3.12.0
- pip
- jupyter_server # resolved to v2.11.2
- jupyterlite-core # resolved to v0.2.1
- pip
- pip:
- --pre
- jupyterlite-xeus-python==1.0.0a3 I'm using an arm64 Mac, fyi. The jupyter lite build/serve step installed:
|
This still seems to be the case with the latest versions. Testing with https://jupyterlite.github.io/xeus-python-demo/lab/index.html : Full env info from https://github.com/jupyterlite/xeus-python-demo/actions/runs/7994332330/job/21832125930 for reference:
|
I need |
we need to port this recipe to emscripten-forge https://github.com/pyodide/pyodide/blob/main/packages/ssl/meta.yaml |
A package that I'd like to use imports 'ssl'. Could you please advise if there is any way to make this available to a zeus-python kernel in jupyterlite? When I run
import ssl
in the demo notebook (https://jupyterlite.github.io/xeus-python-demo/retro/notebooks/?path=demo.ipynb), the traceback includes:I've tried adding
openssl
to dependencies in the environment.yml file, but get the same result (and it breaks the rule of having a 'noarch' version').The text was updated successfully, but these errors were encountered: