Skip to content

JupyterLab installed for Python 3.9 instead of 3.10 in Universal image #125

Description

When trying to go through the codespaces-getting-started-ml sample repo in JupyterLab, we are failing to import some packages. This is due to us installing jupyterlab with python 3.9 instead of 3.10. The same does not happen in VS Code.

Repro:

  1. Create a codespace using the repo mentioned above
  2. Connect to JupyterLab using gh cs jupyter
  3. Attempt to run the first cell and notice that it fails to import torch

Notes:

  • You can verify that this is the issue by running pip list to see that jupyterlab is missing from the list of python 3.10 packages and /usr/local/python/3.9.14/bin/pip list to see that it's installed under python 3.9`

cc. JP Ungaretti (@jungaretti) Samruddhi Khandale (@samruddhikhandale)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions