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.

Version incompatibility issue

See original GitHub issue

Hello! I’m trying to use holoviews with Jupyterlab, but I have run into a versioning issue. Would you be kind enough to see where I might have gone wrong?

This is the command I tried running:

$ jupyter labextension install @pyviz/jupyterlab_holoviews
> /home/maer3/anaconda/envs/mpnn/bin/npm pack @pyviz/jupyterlab_holoviews
pyviz-jupyterlab_holoviews-0.5.2.tgz

Errored, use --debug for full output:
ValueError: This extension does not yet support the current version of JupyterLab.


Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.17.2 <0.18.0        >=0.16.0 <0.17.0 @jupyterlab/application
>=0.17.2 <0.18.0        >=0.16.0 <0.17.0 @jupyterlab/notebook
>=3.0.3 <4.0.0          >=2.0.0 <3.0.0   @jupyterlab/services

Checking my conda packages:

$ conda list | grep jupyter
jupyter                   1.0.0                     <pip>
jupyter-client            5.2.3                     <pip>
jupyter-console           5.2.0                     <pip>
jupyter-contrib-core      0.3.3                     <pip>
jupyter-contrib-nbextensions 0.5.0                     <pip>
jupyter-core              4.4.0                     <pip>
jupyter-highlight-selected-word 0.2.0                     <pip>
jupyter-latex-envs        1.4.4                     <pip>
jupyter-nbextensions-configurator 0.4.0                     <pip>
jupyterlab                0.33.4                    <pip>
jupyterlab-launcher       0.11.2                    <pip>

I’m not quite sure how I can downgrade my version of jupyterlab extensions such that it works together with holoviews. Is there a command that I can run?

Also, just wondering, is there a timeline for compatibility with the latest version of jupyterlab?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
philippjfrcommented, Aug 9, 2018

The jupyterlab_holoviews extension is no longer supported and is now called jupyterlab_pyviz, which is compatible with the latest JupyterLab. So please try deinstalling the jupyterlab_holoviews extension and then install the latest jupyterlab_pyviz with:

jupyter labextension install @pyviz/jupyterlab_pyviz

0reactions
philippjfrcommented, Aug 13, 2018

Thanks, I missed that one completely I’ll rebuild that part of the website shortly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MS Word Version Incompatibility Issue - Microsoft Community
A very puzzling and complicated MS Word incompatibility issue is creating havoc in my job and I am desperate to find a viable...
Read more >
Version incompatibility issue! 'com.android ... - Stack Overflow
Remove the support library dependency and add the material components library: implementation 'com.google.android.material:material:1.4.0'.
Read more >
FactoryTalk View ME Station version incompatibility issue
I am getting an error message that says " cannot open the project due to version incompatibility". I believe *.MER file was downloaded...
Read more >
Version Incompatibility ApplinX9.9 - webMethods
Version incompatibility means that one of the components isn't on the same PL as the rest of them. Most often this is because...
Read more >
Common software compatibility issues and how to fix them
Software must maintain compatibility with everything it relies on to work: various versions of ERP systems, databases, class libraries, ...
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