python - openCV Configuring incomplete, errors occurred -


i'm trying install python opencv being new python got error below , need know means (and maybe how solve)?

i installed (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 

... , got error:

error:  -- configuring incomplete, errors occurred!  configuring pyopencv via cmake...  error: error occurred while running cmake configure pyopencv.  may want manually configure pyopencv running cmake's tools:      mkdir build      cd build      cmake-gui ..    or    cmake ..      cd .. 


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -