Issue in importing opencv with Cygwin -


i using cygwin 1 of project. have installed opencv during cygwin installation itself.

enter image description here

from above picture, clear opencv 2.4 version installed in cygwin.

but when try import cv2 in console, getting error "no module named cv".

enter image description here

since import of cv2 not successful, installed wheel file of opencv manually in cygdrive terminal. not able access opencv in cygwin yet.

any appreciable.

issue environmental variable set cygwin.

one easy way : instead of installing cygwin's python, easy use machine's default python installed. needs set environmental variable of python path.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -