on ubuntu10.04,i meet this error:ImportError: No module named cv2.cv
Closed this issue · 2 comments
needf commented
File "/usr/local/lib/python2.6/dist-packages/SimpleCV/Features/TrackSet.py", line 4, in
import cv2.cv as cv
ImportError: No module named cv2.cv
can give me some help?
jayrambhia commented
You need to install OpenCV 2.3.1 or higher. SimpleCV doesn't support OpenCV 2.0 or 2.1 which you get from apt-get in ubuntu 10.04.
jayrambhia commented
And one more thing.. This error was resolved before. You should update from develop branch on git.