1

I’m working with VSCode on a remote server via SSH and having issues installing the Python and Jupyter extensions. When I try to install ms-python.python, I sometimes get the following error message:

Can’t install ‘ms-python.python’ extension because it is not compatible.

Other times, the installation starts but gets stuck in an infinite install loop.

The same issue occurs with other extensions like Jupyter, but some extensions (e.g., File Browser) install successfully and appear under .vscode-server/extensions. However, after restarting VSCode, it still prompts me to install them on the remote server, suggesting something is wrong.

What I’ve tried:

  • Reinstalling the VSCode server (rm -rf ~/.vscode-server)
  • Reinstalling VSCode (brew uninstall visual-studio-code)

My VSCode version:

Commit: cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
Date: 2025-01-16T00:16:19.038Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.5.0

Question:

Does anyone have an idea what could be causing this issue?

1 Answer 1

0

Just a note - rm -rf ~/.vscode-server worked fine for me!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.