-
Notifications
You must be signed in to change notification settings - Fork 13
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
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 #306
Comments
What output are you getting when running |
I've fixed the warning, but ther error still appears. |
That output looks good to me. All in ASCII. 🤔 |
I added explicit path to python and that fixed this error. (because autodetection doesn't run :)) |
That doesn't sound like something we can improve? But weirdly it worked when executed in terminal. |
If package can't detect python path, maybe better to use default python, or handle exception and suggest how to setup path explicitly |
The package just runs I guess in your case it just can't find That said, it might still be possible to handle this error case better. |
I think that would be caught by Lines 250 to 251 in 4e7b80e
|
No, when you start subprocess with |
@artofhuman you seem to be using macOS. Sublime uses a specific file of your default shell to determine the right $PATH for that OS. See: https://lsp.sublimetext.io/troubleshooting/#updating-the-path-used-by-lsp-servers |
Hi. I have the error after start LSP.
The text was updated successfully, but these errors were encountered: