Ask Your Question

GeorgeD's profile - activity

2016-12-12 08:20:19 -0600 asked a question 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.