ImportError: DLL load failed while importing cv2: The specified procedure could not be found

whenever i am trying to compile import cv2
print(cv2.version) this code, it is showing “ImportError: DLL load failed while importing cv2: The specified procedure could not be found”. Many times i removed opencv from conda and reinstall opencv but still i am getting same problem. Please help me out from this situation because i will not able to do further work. Thank you in advance.

You can find out which dll is missing using Process Monitor see