This is tracking the progress of launching JupyterLab 3.x on binder against
conda-forge's python311
migration.
Last active
October 28, 2022 16:24
-
-
Save bollwyvl/5f3efbca22eaafdd07ca2c87a6ac6e31 to your computer and use it in GitHub Desktop.
are we 3.11 yet?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channels: | |
- conda-forge | |
- nodefaults | |
dependencies: | |
- python >=3.11,<3.12 | |
- jupyterlab >=3.5.0 |
With a cut-down environment, set up in postBuild
:
Looking for: ["python[version='>=3.11,<3.12']", "jupyterlab[version='>=3.5.0']", 'jupyterhub-singleuser']
Encountered problems while solving:
- package jupyterhub-singleuser-2.0.0-hd8ed1ab_0 requires jupyterhub-base 2.0.0 pyhd8ed1ab_0, but none of the providers can be installed
This alternate approach would get around pycurl:
conda-forge/jupyterhub-feedstock#66
☝️ that PR was merged, so now the environment at least installs... but now the machine hangs at:
Found built image, launching...
Launching server...
Server requested
2022-10-28T12:41:10.616202Z [Normal] Successfully assigned prod/jupyter-bollwyvl-2d5f3efb-2d7ca2c87a6ac6e31-2dlz41vsvd to gke-prod-user-202201-0769dbf8-i8nk
2022-10-28T12:41:11Z [Normal] Container image "jupyterhub/mybinder.org-tc-init:2020.12.4-0.dev.git.4289.h140cef5" already present on machine
2022-10-28T12:41:11Z [Normal] Created container tc-init
2022-10-28T12:41:11Z [Normal] Started container tc-init
2022-10-28T12:41:12Z [Normal] Pulling image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-5f3efbca22eaafdd07ca2c87a6ac6e31-a3a8bf:ccd5b91a1fd68090140a767e4031d1ca9be5be4e"
2022-10-28T12:41:12Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-5f3efbca22eaafdd07ca2c87a6ac6e31-a3a8bf:ccd5b91a1fd68090140a767e4031d1ca9be5be4e" in 696.003999ms
2022-10-28T12:41:12Z [Normal] Created container notebook
2022-10-28T12:41:13Z [Normal] Started container notebook
Oh, cloning is not going on right now:
CDN cloning status: major outage (last cloned 659 minutes ago)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Against the full
environment.yml
:currently in status
awaiting-pr
: