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.

X is not version compatible with installed JupyterLab version 0.12.1

See original GitHub issue

hi,

When install the labextension from the newest commit 76da87bc0b2f882dca8027a8fc9a48c34935a350

ipywidgets/jupyterlab_widgets (master) $ jupyter labextension install --sys-prefix --py jupyterlab_widgets

I got the error

X is not version compatible with installed JupyterLab version 0.12.1
Expects JupyterLab version ^0.12.1 from packaged module @jupyterlab/nbwidgets@0.6.4/lib/plugin.js
Expects JupyterLab version ^0.12.1 from packaged module @jupyterlab/nbwidgets@0.6.4/lib/output.js

any idea why? thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jasongroutcommented, Feb 8, 2017

You need to rebuild the javascript - master should be compatible with 0.15.0 now. (I know, things are evolving quickly, and versions keep changing…)

If you want to ping me on gitter, I can try to work through this in real-time with you to help resolve this.

0reactions
hainmcommented, Feb 15, 2017

@jasongrout I’ve tried with you new note in dev-install.sh and it does help. thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
Fix extension compatibility checks for prereleases and extensions supporting multiple major versions of JupyterLab (#7723, #7241, #7919).
Read more >
JupyterLab - PyPI
When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installation to enable the JupyterLab server...
Read more >
jupyterlab-jupytext - npm
In case you're not using JupyterLab 3.x, you will have to install an older version of the extension that is compatible with your...
Read more >
ipython reads wrong python version - Stack Overflow
Okay quick fix: which python. gives you /usr/bin/python , right? Do which ipython. and I bet that'll be /usr/local/bin/ipython .
Read more >
TensorFlow Model Analysis | TFX
This includes separately installing any pip package dependencies and JupyterLab labextension plugin dependencies, and the version numbers must be compatible.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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