I have already installed opencv-python by
pip install opencv-contrib-python
I also have python 3.7.2 installed on my device(Windows 10)
On importing cv2, this shows up:
ImportError: DLL load failed: The specified module could not be found.
I have even checked for python3.dll file in anaconda3, folder it's there.
Please suggest some way to successfully import it.