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.

can not start jupyter server: OS not supported on Ubuntu (snap installed code-insiders)

See original GitHub issue

On Ubuntu 19.10, installed all updates at the time of writing this

  1. run in terminal sudo snap install code-insiders --classic
  2. run any cell

output:

We cannot launch a jupyter server because your OS is not supported. Select an already running server if you wish to continue. Error: Error: /snap/core/current/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/georg/.vscode-insiders/extensions/ms-python.python-2020.4.72445-dev/out/client/node_modules/zeromq/prebuilds/linux-x64/electron.napi.glibc.node)

maybe helpful

(base) georg@georg-laptop:~$ strings /snap/core/current/usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2
GLIBCXX_3.4.2
GLIBCXX_3.4.20
GLIBCXX_3.4.21

and

(base) georg@georg-laptop:~$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2
GLIBCXX_3.4.2
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_3.4.26
GLIBCXX_3.4.27
GLIBCXX_3.4.28

anything that I got configured wrongly?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
grg2rsrcommented, Apr 17, 2020

confirm that it is. Thanks!

0reactions
rchiodocommented, Apr 16, 2020

Should be fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

can not start jupyter server: OS not supported on Ubuntu (snap ...
On Ubuntu 19.10, installed all updates at the time of writing this run in terminal sudo snap install code-insiders --classic run any cell ......
Read more >
jupyter server : not started, no kernel in vs code - Stack Overflow
2) Type >Python: Select Intepreter to start jupyter notebook server ... jupyter-console 6.2.0 requires pygments, which is not installed.
Read more >
Running Visual Studio Code on Linux
The easiest way to install Visual Studio Code for Debian/Ubuntu based distributions is to download and install the .deb package (64-bit), either through...
Read more >
What to do when things go wrong - The Jupyter Notebook
Try running jupyter-notebook (with a hyphen). ... If your problem is with another kernel, not the Python one we maintain, you may need...
Read more >
Snap Store does not start on Ubuntu 22.04.1
Try removing and reinstalling the snap-store. sudo snap remove snap-store then sudo snap install snap-store · 1 · File it as a bug...
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