I'm trying to install Python OpenCV being new to Python I got the error below and need to know what it means (and maybe how to solve)?
I installed like this (Mac running python 2.7 in virtualenv).
sudo port selfupdate
sudo port install opencv
sudo port -v install opencv +python27
Then:
sudo pip install pyopencv
... and I got this error:
Error:
-- Configuring incomplete, errors occurred!
Configuring PyOpenCV via CMake...
Error: error occurred while running CMake to configure PyOpenCV.
You may want to manually configure PyOpenCV by running cmake's tools:
mkdir build
cd build
cmake-gui .. OR cmake ..
cd ..