Replies: 1 comment
-
Hey @liebkne, this is not supported at the moment in PyLSP, sorry. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When I install
python-lsp-server
withpipx
, thenpylint
plugin always look for imports in the venv ofpython-lsp-server
, but not of current vev. How can I getpylint
work with current venv? Jumping to definitions works just well in venv and I don't need to setup forpylsp.plugins.jedi.environment
. Even I set,pylint
still prints lots ofE0401 [import-error] Unable to import 'tqdm'
.Beta Was this translation helpful? Give feedback.
All reactions