| 1 | initial version |
Did you type pip install opencv_python instead of pip install opencv-python by any chance?
Make sure you have the right spelling.
| 2 | No.2 Revision |
Did you type OpenCV-Python provides Python bindings for OpenCV (free software for computer vision).pip install opencv_python instead of pip install opencv-python by any chance?
Make sure To install it you have the right spelling.need OpenCV itself, as well as Python, to be installed.
Maybe try the following, in a Sage shell (which, if you installed Sage using the Sage-Windows installer, runs in Cygwin):
apt-cyg install libopencv-devel
Then install opencv-python with the command:
pip install opencv-python
| 3 | No.3 Revision |
OpenCV-Python provides Python bindings for OpenCV (free software for computer vision).
To install it you need OpenCV itself, as well as Python, to be installed.
Maybe try the following, in a Sage shell (which, if you installed Sage using the Sage-Windows installer, runs in Cygwin):
apt-cyg install Then install opencv-python with the command:
pip install opencv-python
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.