DEV Community

Le Thuy Linh
Le Thuy Linh

Posted on

Answer: PyLint not recognizing cv2 members

This is from pylint. You can generate a pylint config file in the root of your project with this command (I find this to be helpful if you work in a team or on different computers from the same repo)

pylint --generate-rcfile > .pylintrc

At the beginning of the generated…

Top comments (0)