I am trying to install opencv
in python
on my windows machine but I am unable to do so. I have python 2.7.11::Anaconda 2.4.1 <32-bit>
Here is what I have tried till now -
pip install cv2
on command line gives the error :
could not find a version that satisfies the requirement cv2
- I downloaded the package from sourceforge site, followed the steps
and pasted cv2.pyd in
C:\Python27\Lib\site-packages
but still it is not working. I get the following error message
ImportError: No module named cv2
(I already have numpy installed and it works just fine).