Replies: 1 comment 1 reply
-
@j-carson could you try installing from scratch in a virtual environment |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did the install process change?
I installed using
pip install jupyterlab-git
Starting up I get the error: The versions of the JupyterLab Git server frontend and backend do not match. The @jupyterlab/git frontend extension has version: 0.38.0 while the python package has version 0.39.2. Please install identical version of jupyterlab-git Python package and the @jupyterlab/git extension. Try running: pip install --upgrade jupyterlab-git
I can pip install jupyterlab-git=0.38.0 and that works, but I can't figure out the correct command to get the frontend to 0.39.2
Beta Was this translation helpful? Give feedback.
All reactions