Open physicophilic opened 3 years ago
Please read the last comment onn that issue, there is the solution:
https://github.com/davidhalter/jedi/issues/372#issuecomment-372858394
That won't give you completions for all objects, but for a substantial amount at least.
About the command, you probably have the previous version of this server installed.
Thank you. I had installed numpydoc before posting this issue. Later I saw that tt completes that sometimes - I don't know what's up with it.
About the command, you probably have the previous version of this server installed.
That's really weird. I did pip install python-lsp-server
and then pip install python-lsp-server[all]
after which the bin
folder had only a pyls
.
Thank you. I had installed numpydoc before posting this issue. Later I saw that tt completes that sometimes - I don't know what's up with it.
About the command, you probably have the previous version of this server installed.
That's really weird. I did
pip install python-lsp-server
and thenpip install python-lsp-server[all]
after which thebin
folder had only apyls
.
Did you sloved this problem or not? I met this issue too~, it seems like pylsp can't complete all the third module in 'site-packages' directory.
pylsp completions 3rd party modules maybe it works for you.
While completion for Numpy works in general, it fails for built-ins like random
.
Is this rather a Jedi issue?
I'm able to complete functions in
mpmath
andmath
modules, but others mentioned here don't work. I see a similar issue on Jedi here, but I am not sure if this is entirely a thing of Jedi.What can I try?
I'm using 1.24 version with Neovim's LSP.
Also, the executable is called
pyls
for me. Isn't it supposed to bepylsp
?