You are not logged in.

#1 2014-05-08 11:05:34

Liuuutas
Member
From: Cambridge
Registered: 2009-05-02
Posts: 71

Flake8 errors about missing module members

Hello everybody,

I have installed syntastic for vim via the Vundle plugin and a flake8 python syntax checking tool via pacman.

The problem is that the flake8 tool can not find any members in my NumPy installation. The error I get in Vim is

[no-member] Module 'numpy' has no 'where' member

Does anybody know how to fix this problem? I am using Python 3 versions of all of these tools (I don't know whether Arch's Vim package compilation settings have any effect on this).

UPDATE: I get the same error if I run pylint from command line. Is there something wrong with my environmental variables?

Last edited by Liuuutas (2014-05-09 11:37:06)

Offline

#2 2014-05-09 11:46:52

Liuuutas
Member
From: Cambridge
Registered: 2009-05-02
Posts: 71

Re: Flake8 errors about missing module members

Just an update, I’ve found a question on SO.

That could explain the errors, but I did not have time to confirm for sure.

Last edited by Liuuutas (2014-05-09 11:47:12)

Offline

Board footer

Powered by FluxBB