pip install cv2
When I try to install this library, it shows this error message.
ScreenshotError message
I think it’s not the right command to install.
Can anyone assist me in this?
A way to install the cv2 python module.
>Solution :
This is the correct way:
pip install opencv-python
https://pypi.org/project/opencv-python/