fredcamps/lsp-jedi

ValueError: `column` parameter (column_number) is not a valid range(0-1) for line line_number.

Joxos opened this issue · 1 comments

Joxos commented

image
Um, I get this when I'm typing some codes, and I don't know how to get rid of it. Can anyone help me?
Before it shows, everything was okay. But after it is shown, everything turns into chaos.
image
Here are all of the versions of the packages I installed:
image

@Joxos sorry about the late reply, probably your jedi-language-server installation path is not on your PATH environment variable, try to include this lines of code at init.el

(setq lsp-jedi-executable-command "installation-path")