Closed Archer6621 closed 6 months ago
Binaries on Windows have extensions and from the error it's clear that you haven't provided the extension. You need to make sure that the binary path that you've specified exists.
Binaries on Windows have extensions and from the error it's clear that you haven't provided the extension. You need to make sure that the binary path that you've specified exists.
Thank you for the reply. Seems that making it point to a venv
(which is extension-less by nature, also on Windows) is what caused the problem, when I set the path to an actual Python executable from an installation it started working :)
Hey, I'm trying to run LSP-pylsp in ST4 (Build 4169) on Windows 11, but I'm unable to get it to start. Regardless of where I point the
python_binary
variable to in the global config (not the project-specific one), or even leaving it empty, it always greets me with the same dialog:I have Python 3.12.2 installed and it works fine with everything else, including
pyright
.In the console I get:
As you can see it does pick up on the
binary_path
setting, it just doesn't see it as a binary for some reason.I first thought it was the same problem as #125 , but the error seems to be different.