Skip to content

Can't install jupyter extension #3944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RunningMartin opened this issue Aug 10, 2021 · 3 comments
Closed

Can't install jupyter extension #3944

RunningMartin opened this issue Aug 10, 2021 · 3 comments

Comments

@RunningMartin
Copy link

OS/Web Information

  • Web Browser:Chrome 92.0.4515.131 (x86_64)
  • Local OS: Mac 11.5.1
  • Remote OS: docker image Ubuntu 18.04.5 LTS
  • Remote Architecture: x86_64
  • code-server --version:3.11.1

Steps to Reproduce

  1. download extensions: https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
  2. install from vsix

Expected

install success

Actual

image

Logs

[2021-08-10T09:41:26.715Z] info code-server 3.11.1 c680aae
[2021-08-10T09:41:26.717Z] info Using user-data-dir ~/.config/code-server/data
[2021-08-10T09:41:26.736Z] info Using config file ~/.config/code-server/config.yaml
[2021-08-10T09:41:26.736Z] info HTTP server listening on http://0.0.0.0:8080
[2021-08-10T09:41:26.736Z] info - Authentication is disabled
[2021-08-10T09:41:26.736Z] info - Not serving HTTPS
[2021-08-10T09:41:32.658Z] debug forking vs code...
[2021-08-10T09:41:33.332Z] debug setting up vs code...
[2021-08-10T09:41:33.343Z] debug vscode got message from code-server {"type":"init"}
[2021-08-10T09:41:34.809Z] debug vscode got message from code-server {"type":"socket"}
[2021-08-10T09:41:34.816Z] debug protocol Initiating handshake... {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.090Z] debug protocol Handshake completed {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.092Z] debug management Connecting... {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.095Z] debug vscode 1 active management connection(s)
[2021-08-10T09:41:36.084Z] debug got latest version {"latest":"3.11.1"}
[2021-08-10T09:41:36.086Z] debug comparing versions {"current":"3.11.1","latest":"3.11.1"}
[2021-08-10T09:41:36.116Z] debug vscode got message from code-server {"type":"socket"}
[2021-08-10T09:41:36.118Z] debug protocol Initiating handshake... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.359Z] debug protocol Handshake completed {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.360Z] debug exthost Connecting... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.364Z] debug exthost Getting NLS configuration... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.364Z] debug vscode 1 active exthost connection(s)
[2021-08-10T09:41:36.364Z] debug exthost Spawning extension host... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.373Z] debug exthost Waiting for handshake... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:38.143Z] debug exthost Handshake completed {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:38.150Z] debug exthost Sending socket {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:42:32.585Z] debug 2 active connections

Screenshot

image

Notes

This issue can be reproduced in VS Code: Yes

@jsjoeio jsjoeio changed the title Can't install vsix extensions Can't install jupyter exteion Aug 10, 2021
@jsjoeio jsjoeio changed the title Can't install jupyter exteion Can't install jupyter extension Aug 10, 2021
@jsjoeio
Copy link
Contributor

jsjoeio commented Aug 10, 2021

The error message is there in the logs. The version of Jupyter that you're trying to use is not compatible with the version of code-server you have because of the VS Code version.

Until we upgrade to the latest version of VS Code, you should use an earlier version of the Jupyter extension

@jsjoeio jsjoeio closed this as completed Aug 10, 2021
@jsjoeio
Copy link
Contributor

jsjoeio commented Aug 10, 2021

You can follow the VS Code upgrade here: #3917

@RunningMartin
Copy link
Author

RunningMartin commented Aug 11, 2021

thanks@jsjoeio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants