You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably means that the pylint dependency is installed outside the anaconda environment, but your project has its dependencies installed inside it. I'm not sure how compatible is anaconda with Vim/Neovim. With usual python virtualenvs, you just need to install the vim dependencies inside the virtualenv, and launch the editor from inside it too. You could try doing that with anaconda, but I can't promise it will work.
I am using anaconda environment. I get the error as follows:
pylint: {import-error] Unable to import 'scipy' [E0401] (E)
It seems that the vim did not recognize my python environment.
Do you know how to fix it?
The text was updated successfully, but these errors were encountered: