-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unable to start the Python language server. #116
Comments
Have you run: |
Here's how you can open the command prompt in windows: https://www.computerhope.com/issues/chusedos.htm There you are supposed to enter and execute the command from the error message. |
You actually need to run: pip install python-language-server[all] |
Glad it works now.
Could you elaborate? |
He probably means when you type in python - m pip install 'python-language-server[all]' It succeeds when you remove the ' , like ->python - m pip install python-language-server[all] |
Im getting this error:
Complete Error:
|
@lgeiger Would you accept a pull request that removes the quote marks mentioned in @benhadad's comment? I come back to this package periodically, get the message that I need to I need to install |
This can occur if you do not have Python installed or if it is not in your path.
Make sure to install pyls by running:
pip install 'python-language-server[all]'
THis is the error i get and i dont know how to handle .
I have installed python and im on windows so i cant run the command that it tells me to do...
Also what path does it want me to include and where???
The text was updated successfully, but these errors were encountered: