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
if you are using Pycharm navigate settings > Project:name > Project interpreter just search the module by name(in this case OpenCV-python) and install it. worked for me