-
Notifications
You must be signed in to change notification settings - Fork 895
Pylint no-member warnings in 4.5.4.58 #570
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
Comments
BTW, does it work with |
Good idea, maybe the C extension name just changed. But no, with |
I also tried using the |
Since 4.5.4.60 pylint works with OpenCV python loader correctly. Command line example:
|
The fix for this was reverted in 5633cf3, so this bug appears again in version 4.6.0.66. Should we rename and reopen this issue or create a new one? |
I get the
However, I'm required to build OpenCV from source for technical reasons. Build and test environment is a debian bookworm Docker container. |
Expected behaviour
Pylint was previously able to inspect
cv2
member existence with theextension-pkg-whitelist
parameter.Actual behaviour
For opencv-python-4.5.4.58, pylint can no longer inspect the members.
Steps to reproduce
On Windows 10, Python 3.8 64bit, using Pylint 2.11.1:
With opencv-python-4.5.3.56:
With opencv-python-4.5.4.58:
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: