-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unalbe to start subprocess for LSP-pylsp #125
Comments
You need python installed. Its mentioned in the readme. |
@rchl I have python installed? |
Then it appears that it's not in your PATH. Please read https://lsp.sublimetext.io/troubleshooting/#updating-the-path-used-by-lsp-servers |
@rchl here some my project config that's relevant to pylsp:
|
I'm using lsp-pyright as well and I don't have any problems |
@rchl I'm pretty sure it's in my PATH, because it works with lsp-pyright. I'm just having trouble with pylsp |
lsp-pyright doesn't use python binary - it's built in javascript. That "python_binary" setting should in theory work, as long that path is correct. |
@rchl I'm trying to do both |
@rchl maybe it's something to do with virtual envs? I'm using conda envs |
It feels like your custom And even if not relevant for this issue, the PATH is supposed to point at a directory, not a file. |
@rchl should I try to point PATH in the config to a directory? |
I've realized now that |
I'm seeing this message in ST4 console that's somewhat mysterious:
I tried reinstalling both LSP-pylsp and the LSP package to no avail. Any suggestions?
The text was updated successfully, but these errors were encountered: