Python

Module 'cv2' has no 'imread' member Pylint E1101:no-member

Module 'cv2' has no 'imread' member Pylint E1101:no-member, someone asked me to explain?

I got this following pylint error while running the opencv project in visual studio code.


To Resolve this error you need to update setting.json file in vscode.

"pylint.args": "cv2"

VIDEO GUIDE:

Post your comments / questions