SimpleCV icon indicating copy to clipboard operation
SimpleCV copied to clipboard

Ubuntu: cannot load opencv library which is required by simplecv

Open Jonovono opened this issue 11 years ago • 6 comments

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!

Jonovono avatar Nov 14 '13 21:11 Jonovono

What version of OpenCV are you using?

import cv2
print cv2.__version__

xamox avatar Nov 26 '13 15:11 xamox

I have the same problem cv2.version '2.4.9'

frac avatar Dec 09 '13 18:12 frac

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.

xamox avatar Dec 09 '13 21:12 xamox

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.

frac avatar Dec 09 '13 21:12 frac

Is it still unsolved?

bkosawa avatar Jun 21 '15 19:06 bkosawa

Well??? Five years???

xznhj8129 avatar Dec 04 '18 08:12 xznhj8129