Skip to content
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

pylint problem #127

Open
zshyang opened this issue May 11, 2020 · 1 comment
Open

pylint problem #127

zshyang opened this issue May 11, 2020 · 1 comment

Comments

@zshyang
Copy link

zshyang commented May 11, 2020

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?

@fisadev
Copy link
Owner

fisadev commented Jun 23, 2020

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants