I need to install cv2 for a script that has been written for me. I tried pip install cv2 and pip install open_cv and got the same pro
cv2
pip install cv2
pip install open_cv
run the following command by creating a virtual enviroment using python 3 and run
pip3 install opencv-python
to check it has installed correctly run
python3 -c "import cv2"