Traceback (most recent call last): File "", line 1, in import cv2 ImportError: DLL load failed: %1 is not a valid Win32 application.
What is the solution for this error?
Traceback (most recent call last): File "", line 1, in import cv2 ImportError: DLL load failed: %1 is not a valid Win32 application.
What is the solution for this error?
Add the new opencv binaries path (C:\opencv\build\bin\Release) to the Windows PATH environment variable, restart python.