I tried to install Python-numpy-opencv as described in the opencv official tutorial, but I have opencv- Then, Python (2.7.5) and numpy (1.7.1) are installed (I imported numpy and it worked), so I cv2 from C. Pyd is copied: \ Opencv \ build \ python \ 2.7 \ x86 and paste it into C: \ Python27 \ Lib \ site-packages.
I tried importing CV2 but it does not work ...
The interpreter shows this error: the module API is compiled against version 9, but this number Version 7 is
Do you have any ideas that are happening here? Opencv version 2.4.10
You need 1.9. Get one installer and one installer.
There are many other cool Python module installers for Windows on that page; Feel free to look around. It has been kept quite up-to-date, and the NMP has been compiled against Intel (MKL) for enhanced performance.
Comments
Post a Comment