Answers for "vscode opencv npt show"

3

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"]
Posted by: Guest on July-15-2020

Python Answers by Framework

Browse Popular Code Answers by Language