-
Notifications
You must be signed in to change notification settings - Fork 199
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
How to complete sympy, numpy, scipy etc #104
Comments
Please read the last comment onn that issue, there is the solution: davidhalter/jedi#372 (comment) 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.
That's really weird. I did |
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 |
While completion for Numpy works in general, it fails for built-ins like |
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
?The text was updated successfully, but these errors were encountered: