Pylint: A bunch of errors with opencv wrapper

Created on 3 May 2017  路  4Comments  路  Source: PyCQA/pylint

What do I need to do in order to get rid of the errors shown because of cv2.
Mainly, "cv2 has no [WHATEVER] member".

pylint --version output

No config file found, using default configuration
pylint 1.7.1,
astroid 1.5.2
Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)]

question

Most helpful comment

Please check whether it works after setting extension-pkg-whitelist=cv2.

All 4 comments

Please check whether it works after setting extension-pkg-whitelist=cv2.

Thanks a lot sir!

I did't knew that option actually existed.

Sure, no problem.

@rogalski do you have any plan to fix this in the future? rather than add it into whitelist?

Was this page helpful?
0 / 5 - 0 ratings