pylint no name in module cv2
"python.linting.pylintArgs":["--extension-pkg-whitelist=cv2"]
#if that still doesn't work you can also use
"python.linting.pylintArgs":["--generate-members"]
pylint no name in module cv2
"python.linting.pylintArgs":["--extension-pkg-whitelist=cv2"]
#if that still doesn't work you can also use
"python.linting.pylintArgs":["--generate-members"]
Module 'cv2' has no 'imread' member
(1) open palette on VS Code (use specifies command): CTRL + Shift + P
(2) then select "Preferences: Open Settings (JSON)" option in the palette dropdown
(3) then add the following line in the opened "settings.json" file
"python.linting.pylintArgs": ["--generate-members"]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us