Cannot find cv2.pyd in opencv3.10\mybuild\lib\Release
I cannot find cv2.pyd in opencv\mybuild\lib\Release. I use vs2015+opencv3.10+cmake3.4.3(32bit)+Anaconda(32bit) to compile opencv3.10. And in vs2015 I have failed two items. How to check which items are failed and how to find cv2.pyd. I know if I can find cv2.pyd in opencv3.10\mybuild\lib\Release, I can copy cv2.pyd into \Anaconda2\Lib\site-packages\, but I cant find it so I cant import cv2 in anaconda.
Comments
- "failed items" -- means ?
- did you build the INSTALL project ?
- can you add the cmake output to your question ? (long, but may contain useful hints)