jupytercalpoly/jupyterlab-code-snippets

Extension Installation Error of Conflicting Dependencies

MRYingLEE opened this issue · 0 comments

Describe the bug

In a purely new installation of Anaconda 2023-1 along with Python 3.10, JupyterLab 3.6.3. I met the following error:

Extension Installation Error
An error occurred installing jupyterlab-code-snippets.

Error message:

"jupyterlab-code-snippets@2.2.0" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package

=5.6.3 <5.7.0 5.5.2 @jupyterlab/coreutils

To Reproduce

Expected behavior
No error was expected.

Screenshots
Installation through UI after Conda installed the package in advance.

image

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 11
  • Browser [e.g. chrome, safari] Edge, Chrome
  • Version [e.g. 22]

Additional context
I tried to install jupyterlab-code-snippets in various environments and only succeeded once. It seems the package is very strict about environments. So far, I still cannot figure out a good environment configuration for the package.

Maybe you can give a clear guidance.