-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error: couldn't start client Python Tools #2877
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Looks like the permissions have not been setup for execution of the language server.
|
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off. |
For the sake of anyone else who might read this in the future - I had the same issue with latest VSCode and Python extension and the instructions by @DonJayamanne helped. |
Environment dataVS Code version: 1.21.1 Expected behaviourNo errors Actual behaviourI have a similar error. This happened after I updated VSCode to the latest version. I decided I did not want the new version, so I uninstalled it and reinstalled the older version. "Couldn't start client Python Tools" notif. I had no issues prior to updating. Steps to reproduce:
LogsOutput for Python in the Output panel ...
Output from Console under the Developer Tools ...
Kudos on this template. |
@pylang you have a very old version of the extension and vscode, please update them. |
@DonJayamanne I'd love to update mainly to test the new Jupyter features, but the new VSCode simply lags on my machine. I can hardly type a line without it hanging. Since I didn't have issues prior, I reverted. As mentioned, this issue only arose after I updated. Thanks anyhow. |
Environment data
Actual behavior
I started using VSCode a few days ago and when I fist downloaded it, it was working perfectly with the Python plugin. Then the next day when I opened VSCode, it gave me the notification "Couldn't start client Python Tools." I am unable to open a Python terminal in VSCode or run any Python code in VSCode.
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: