Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

libopencv_reg.3.3.dylib

I am trying to make a executable python file.

But the process is stopping with this error

copying /Users/name/.virtualenvs/test/lib/python3.6/site-packages/cv2.so -> build/exe.macosx-10.12-x86_64-3.6/lib/cv2.so
copying /Users/name/.virtualenvs/test/bin/../lib/libopencv_reg.3.3.dylib -> build/exe.macosx-10.12-x86_64-3.6/libopencv_reg.3.3.dylib
error: [Errno 2] No such file or directory: '/Users/name/.virtualenvs/test/bin/../lib/libopencv_reg.3.3.dylib'

Here is my stack overflow link

I am running using python virtual environment. I though entire OpenCV would be running but this file no found error is confusing me.

Can anyone let me know where I can find this file?