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

asked 2015-07-06 05:10:36 -0600

erogol2 gravatar image

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?

edit retag flag offensive close merge delete