-
Notifications
You must be signed in to change notification settings - Fork 4
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
Starting jedi-language-server fails... #20
Comments
@slackline jedi language server must be installed outside virtualenv |
@fredcamps Ah, ok. I installed ❱ pip install --user jedi-language-server
Collecting jedi-language-server
Using cached jedi_language_server-0.36.0-py3-none-any.whl (30 kB)
Collecting jedi<0.19.0,>=0.18.0
Using cached jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
Collecting pydantic<2.0,>=1.7
Downloading pydantic-1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 1.4 MB/s eta 0:00:00
Collecting pygls<0.12.0,>=0.11.1
Using cached pygls-0.11.3-py3-none-any.whl (86 kB)
Collecting docstring-to-markdown<1.0.0
Using cached docstring_to_markdown-0.10-py3-none-any.whl (17 kB)
Collecting parso<0.9.0,>=0.8.0
Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/lib/python3.9/site-packages (from pydantic<2.0,>=1.7->jedi-language-server) (4.2.0)
Collecting pydantic<2.0,>=1.7
Using cached pydantic-1.8.2-cp39-cp39-manylinux2014_x86_64.whl (11.3 MB)
Collecting typeguard<3,>=2.10.0
Using cached typeguard-2.13.3-py3-none-any.whl (17 kB)
Installing collected packages: typeguard, pydantic, parso, docstring-to-markdown, pygls, jedi, jedi-language-server
Successfully installed docstring-to-markdown-0.10 jedi-0.18.1 jedi-language-server-0.36.0 parso-0.8.3 pydantic-1.8.2 pygls-0.11.3 typeguard-2.13.3 ..and tried opening a
Which is the same error, albeit the files are under As this is a problem stemming from types in |
@slackline perhaps it should be opened at pappasam/jedi-language-server |
Hi,
I'm trying to use
jedi-language-server
along withlsp-jedi
.I have
jedi-language-server
installed under a virtualenv and activate it within Python (viapyvenv-workon
) and then try opening a.py
file. Unfortunately it exits with the message....And I can't ever get it to start.
*jedi::stderr*
shows the following...I've reinstalled
pygls
undet the virtualenv and its on0.11.3
with pydantic pegged at1.8.2
(since pygls requires< pydantic-1.9.0
).I have no problem starting
jedi-language-server
at the command line under the same virtualenv.Config...
Any advice on how to solve this would be very gratefully received and if I can supply any more information to help debug please let me know.
Thanks.
The text was updated successfully, but these errors were encountered: