SimpleCV
SimpleCV copied to clipboard
Ubuntu: cannot load opencv library which is required by simplecv
Hello. I am running a parallels Ubuntu 12.04 on my Mavericks Mac Air.
So I have followed the commands here:
sudo apt-get install ipython python-opencv python-scipy python-numpy python- pygame python-setuptools python-pip
sudo pip install https://github.com/sightmachine/SimpleCV/zipball/develop
However, when I go to run simplecv either by import SimpleCV or shell command simplecv I see that error message.
I notice when I import Opencv:
Only import cv2 works (but import cv2.cv as cv does not). import cv does not work.
Any help would be awesome!
What version of OpenCV are you using?
import cv2
print cv2.__version__
I have the same problem cv2.version '2.4.9'
The latest version of opencv don't include the old CV interface. There is a pull request to use this version but haven't had time to review it as there are a lot of underlying changes.
Oops I was doing the same thing. Do you mind if I get that pull request and have a look? I might be able to help review it.
Is it still unsolved?
Well??? Five years???