I hade this problem while writing my program. Unable to import 'cv2'
when I run the program this error occurs:
Exception has occurred: ModuleNotFoundError
No module named 'cv2'
File "C:\Users\subhadra\Desktop\Programs\OpenCV.py", line 1, in <module>
import cv2
I already have installed opencv, numpy, Matplotlib. but also i didn't work. Please some one give me solution for this.