Replies: 1 comment
-
I am trying to understand this! I am trying to move away from pyright where I have everything configured, anticipating a feature-full pylsp-rope. But I can't even get some of the basics. First, why do I not get unknown module or unknown name in module? None of the following give me any errors
I have set pylsp.plugins.jedi.environment to a conda environment path and work in emacs eglot. I can autocomplete from my conda environment and I can also complete from my source code but rather bizarely (not having specified my top module starts in a folder called python). That is, I can autocomplete all of the below
Only the second makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use some undefined variables, it doesn't give me an error.
line 15, line 16, line 18, and line 19.
Beta Was this translation helpful? Give feedback.
All reactions