Issue in importing opencv with Cygwin -
i using cygwin 1 of project. have installed opencv during cygwin installation itself.
from above picture, clear opencv 2.4 version installed in cygwin.
but when try import cv2 in console, getting error "no module named cv".
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
Post a Comment