DLL Load Failed (Open cv2)

Viewed 28

i tried many solutions for that error but didn't solved

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

1 Answers
  1. Make sure you have installed right versions. Follow the below link for the compatible versions installed. https://www.tensorflow.org/install/source_windows#gpu https://www.drdataking.com/post/install-gpu-support-to-tensoflow-on-windows/

  2. I was too getting similar issue: DLL load failed while importing _multiarray_umath: The specified module could not be foundDLL load failed while importing _multiarray_umath: The specified module could not be found

  3. Solution was the environment variable path was not set properly. Please find the image below: Solution

Related