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.

Potential plugin version mismatch issue

See original GitHub issue

On upgrade of this plugin, you might see a plugin version mismatch error message.

Steps to solve this:

  1. Try to update the lab extension first with jupyter labextension update @ryantam626/jupyterlab_code_formatter
  2. Work out what version of the lab extension you have with jupyter labextension list | grep jupyterlab-code-formatter
  3. Install a matching server extension with pip install jupyterlab_code_formatter==x.x.x (replace x.x.x with version you observe in step 2
  4. Work out what version of the server plugin you have with pip freeze | grep jupyterlab-code-formatter and confirm it matches what you installed step 3 optionally
  5. Restart jupyterlab

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ryantam626commented, Jun 25, 2020

@b4dboi similar issues was observed before, doing jupyter serverextension enable --py jupyterlab_code_formatter --sys-prefix instead of jupyter serverextension enable --py jupyterlab_code_formatter usually fixes this if you are using docker

1reaction
ryantam626commented, Jan 4, 2021

@paw-lu Don’t use the conda-forge package right now, it’s not updated just yet (I don’t manage that). Just pip install should work now if you are using jupyterlab 3, feel free to look at more recent PR/issues for more context.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PiPL and code version mismatch warning
Solved: Hey, I was hoping someone could help me understand PiPL versions. I have had some problems with a warning flag when I...
Read more >
Potential problem Version 4.2.5 – Payment total mismatch
I'm running woocommerce Version 4.2.5 on WordPress 5.4.10. While going through the orders today, I noticed a critical issue with two of them....
Read more >
gstomx plugin version mismatch - NVIDIA Developer Forums
i have query regarding version of gstomx plugin binary provided in 21.4 release and plugin compiled from source code.
Read more >
Eclipse Plugin Version Mismatch Issue - Stack Overflow
I checked the feature.xml and it has the correct version numbers. But the current installation does not show the problem. So I do...
Read more >
Getting Out of Version-Mismatch-Hell with Module Federation
What's New in our Module Federation Plugin 14.3? Webpack Module Federation makes it easy to load separately compiled code like micro frontends.
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