You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python language server failed to start. And also due this issue my navigation and intellisense for python stopped working.
Expected behavior
Python language server should start without any error and code navigation and intellisense should work as expected.
Steps to reproduce:
Install the ms-python.python extension and when I open a python file I get the below error
Logs
Starting Microsoft Python language server.
[Error - 23:39:59] Starting client failed
Error: spawn EACCES
at exports._errnoException (util.js:1050:11)
at ChildProcess.spawn (internal/child_process.js:319:11)
at Object.exports.spawn (child_process.js:390:9)
at _getServerWorkingDir.then.serverWorkingDir (/Users/mammar/.vscode/extensions/ms-python.python-2018.7.1/node_modules/vscode-languageclient/lib/main.js:346:40)
at <anonymous>
Output from Console under the Developer Tools panel
The text was updated successfully, but these errors were encountered:
Environment data
Actual behavior
Python language server failed to start. And also due this issue my navigation and intellisense for python stopped working.
Expected behavior
Python language server should start without any error and code navigation and intellisense should work as expected.
Steps to reproduce:
ms-python.python
extension and when I open a python file I get the below errorLogs
Output from
Console
under theDeveloper Tools
panelThe text was updated successfully, but these errors were encountered: