1 | initial version |
"I added the OpenCV path ..." - well your anaconda might have own ideas about path, environment and such.
try to rebuild it with cmake -DBUILD_SHARED_LIBS=OFF
.
this should result in a fat (~10mb) cv2.pyd, which no more depends on opencv dlls at runtime. (you'll still need opencv_ffmpeg.dll )