sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.69k stars 798 forks source link

Ubuntu: cannot load opencv library which is required by simplecv #595

Open Jonovono opened 10 years ago

Jonovono commented 10 years ago

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!

xamox commented 10 years ago

What version of OpenCV are you using?

import cv2
print cv2.__version__
frac commented 10 years ago

I have the same problem cv2.version '2.4.9'

xamox commented 10 years ago

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.

frac commented 10 years ago

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.

bkosawa commented 9 years ago

Is it still unsolved?

xznhj8129 commented 5 years ago

Well??? Five years???