Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCv 3 cmake raises ImportError for numpy even I give the correct path of numpy?

I try to install opencv3 with python2 support. I give all the necessary cmake flags with the correst set of paths but still when I cmake it raises following error.

File "<string>", line 1, in <module>
ImportError: No module named 'numpy'

Ans if I build it with this configuration, I cannot import opencv from python as well. Here is my cmake flags for python image description

What I miss for the correct compilation of Opencv with python support?