Replies: 2 comments 1 reply
-
@j-carson could you try installing from scratch in a virtual environment |
Beta Was this translation helpful? Give feedback.
-
Just sharing what worked for me, if anyone else comes across this issue while searching. I went into the jupyter lab extensions folder at:
and removed the 'git' folder. Then I used pip to uninstall jupyterlab-git, to be doubly sure. When I installed it again, through pip, the versions matched and it works again. Hope this helps someone else! |
Beta Was this translation helpful? Give feedback.
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