question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflicting nodejs dependencies when installing jupyter-widgets in jupyterlab 0.30.1

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:16 (13 by maintainers)

github_iconTop GitHub Comments

3reactions
jasongroutcommented, Dec 5, 2017

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.

1reaction
jasongroutcommented, Dec 6, 2017

Okay, this is now fixed with the latest @jupyter-widgets/jupyterlab-manager (0.31.2).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found