fisa-vim-config
fisa-vim-config copied to clipboard
pylint problem
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?
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.
Let me know if you try! :)