When I try to build opencv 2.4.11 with both c++ and python, an error comes up for python-
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named numpy.distutils
The thing is numpy is installed for python 2.7.6 and not for python 2.7.9 which is what opencv is trying to build from.
How do I rectify this issue? How can I make opencv build particularly with python 2.7.6 or install numpy with python 2.7.9?
↧