Error when importing cv2 on Python 3.8
I was building OpenCV 4.5.0 using CMake 3.18.2 with CUDA. Everything went successfully when i try to install it on MSCV 2019. But when i try to import the cv2 on python it return
What should i do?
did you build static opencv libs ? (cmake -DBUILD_SHARED_LIBS=OFF)
if not so, you have to append the path to the opencv dlls to the PATH environment variable
and please, do not post images of errors, but TEXT
Can you try using python_d.exe and try import cv2?