How to install "cv2" python module

Advertisements
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/

Leave a ReplyCancel reply