-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Error starting Python extension under code-server #2929
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
Comments
Fingers crossed this might be fixed. 🤞 #2341 (comment) |
I think this might be because the Python extension version we ship right now needs code-server 3.9.1/VSCode 1.53. |
Can you confirm context of "versoin"? Version of code-server or version of extension? |
@ediphy-dcottrell I believe here @oxy is referring to the latest version of code-server: 3.9.1 |
I was able to get Python working with version (
This project is so great , it gives me the same excitey feelings as emacs, so great. |
I am also unable to start python. installed extensions
Error message: However Jupyter is not supported on VS Code Server (see my related issue in microsoft/vscode-jupyter#5342 (comment)) and I can not install that extension remotely. |
@trir262 what version of code-server are you using? I added this to an upcoming milestone. We'll investigate. |
I hope I have the right version : 1.54.3 |
Apologies, |
No worries at all! Hmm...That looks like VS Code's Help information (not code-server). A few follow-ups:
|
Here are the steps I took: Installed vscode on win10 client |
Ah, that clarifies things a bit. Thanks for the extra notes! We'll investigate this further. Though it sounds like your issue is with the Jupyter extension and not the Python extension? Or rather both I guess. Do you mind opening a separate issue for the issues with Jupyter and link to that other issue you opened? That way, when we look at separate the two issues. |
I now went to Extensions and saw the possibility to install the extensions to the remote endpoint. That way I am able to install the extensions and now it does seem to work for me. |
Ah yeah, we could probably do a better job explaining the differences between the two. Well glad you got it working! |
@trir262 hi! Just noticed this - you appear to be using Microsoft's 'official'/proprietary I've mentioned this on the original issues you've filed upstream too! |
Here went to the same issue, but after updating Python and Jupyter extensions, this error had disappeared. Now Just having this error and when to try starting thing : Notification comes out : Python extension loading... (Looks like python extension not loading?) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
OS/Web Information
code-server --version
: 3.9.0-1 06c7e17Steps to Reproduce
Expected
A list of interpreters should appear
Actual
An error stack is logged to the Log (Remote Extension) log:
Screenshot
Notes
This issue can be reproduced in VS Code: Yes/No
I don't have VSCode installed locally, and would prefer not to install it, sorry
This is possibly related to #2675 or microsoft/vscode-python#14959. It may also be a limitation of Coder's internal extension marketplace
The text was updated successfully, but these errors were encountered: