Conflicting nodejs dependencies when installing jupyter-widgets in jupyterlab 0.30.1
See original GitHub issueWhen trying to add jupyter-widgets in jupyterlab 0.30.1 it fails with the following message. Using jupyterlab 0.29.2 works fine.
virtualenv was used.
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
> /home/costrouc/.local/bin/npm pack @jupyter-widgets/jupyterlab-manager
jupyter-widgets-jupyterlab-manager-0.30.1.tgz
"@jupyter-widgets/jupyterlab-manager@0.30.1" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
>=0.13.1-0 <0.14.0-0 >=0.12.0-0 <0.13.0-0 @jupyterlab/application
>=0.13.0-0 <0.14.0-0 >=0.12.0-0 <0.13.0-0 @jupyterlab/coreutils
>=0.13.0-0 <0.14.0-0 >=0.12.0-0 <0.13.0-0 @jupyterlab/notebook
>=0.13.0-0 <0.14.0-0 >=0.12.0-0 <0.13.0-0 @jupyterlab/rendermime
>=0.52.0-0 <0.53.0-0 >=0.51.0-0 <0.52.0-0 @jupyterlab/services
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (13 by maintainers)
Top Results From Across the Web
jupyterlab/jupyterlab - Gitter
0.tgz "@jupyter-widgets/jupyterlab-manager@0.30.1" is not compatible with the current JupyterLab Conflicting Dependencies: JupyterLab Extension Package >=0.13.1 ...
Read more >`jupyterlab` doesn't recognize `nodejs` and `npm` installations
The issue was with the version of nodejs installed. Ubuntu 16.04 LTS comes with v4.2.6. I've resolved the issue installing nodejs v6.
Read more >Getting started with Plotly: Widgets and JupyterLabs ...
Does anyone know if there's a definitive solution to resolving the dependencies conflicts? Error code below. # Jupyter widgets extension jupyter ...
Read more >conda-forge - :: Anaconda.org
This can be used to download and install cmake. ... BSD-3-Clause, X, X, X, Entry point and dependency collection for PyInstaller-based standalone conda....
Read more >JupyterLab extensions installation conflicts with base Jupyter ...
When i install JupyterLab Extensions, it requires using npm command line scripts. I get JavaScript errors about conflicts and double ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. The message
"@jupyter-widgets/jupyterlab-manager@0.30.1" is not compatible with the current JupyterLab
means we haven’t updated yet for 0.30.1 (it was just released today). We’re working on it, though.Okay, this is now fixed with the latest
@jupyter-widgets/jupyterlab-manager
(0.31.2).