SandDance icon indicating copy to clipboard operation
SandDance copied to clipboard

Unable to install the extension using jupyter labextension

Open bawaji94 opened this issue 4 years ago • 1 comments

I am trying to install sanddance using jupyterlab extension but when I run the following command:

jupyter labextension install @msrvida/sanddance-jupyter-widget

I get the following error:

An error occured.
ValueError: The extension "@msrvida/sanddance-jupyter-widget" does not yet support the current version of JupyterLab.


Conflicting Dependencies:
JupyterLabExtension        Package
>=17.0.1 <18.0.0>=16.13.1 <17.0.0react
>=17.0.1 <18.0.0>=16.13.1 <17.0.0react-dom
See the log file for details:  /tmp/jupyterlab-debug-8p_d2ruf.log

When I run jupyter --version I get the following output:

jupyter core     : 4.7.1
jupyter-notebook : 6.4.0
qtconsole        : not installed
ipython          : 7.16.1
ipykernel        : 5.3.4
jupyter client   : 6.1.12
jupyter lab      : 3.0.14
nbconvert        : 6.0.7
ipywidgets       : 7.6.3
nbformat         : 5.1.3
traitlets        : 4.3.3

bawaji94 avatar Aug 04 '21 05:08 bawaji94

As far as I can tell, there is no working version.

$ pip install jupyterlab<3 && jupyter labextension install @msrvida/sanddance-jupyter-widget 
...
Successfully installed jupyterlab-2.3.2 jupyterlab-server-1.2.0

An error occured.
ValueError: No version of @msrvida/sanddance-jupyter-widget could be found that is compatible with the current version of JupyterLab. 
However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab.


$ pip install jupyterlab==3 && jupyter labextension install @msrvida/sanddance-jupyter-widget 
...
Successfully installed jupyterlab-3.0.0 jupyterlab-server-2.8.2

An error occured.
ValueError: The extension "@msrvida/sanddance-jupyter-widget" does not yet support the current version of JupyterLab.

justinbowes avatar Oct 21 '21 21:10 justinbowes