Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load OpenCV library, #721

Open
xznhj8129 opened this issue Dec 4, 2018 · 1 comment
Open

Cannot load OpenCV library, #721

xznhj8129 opened this issue Dec 4, 2018 · 1 comment

Comments

@xznhj8129
Copy link

Installed on linux mint from here, openCV 3.2
Upon entering simplecv command, failure
Traceback (most recent call last): File "/usr/local/bin/simplecv", line 11, in <module> load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2324, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2330, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/local/lib/python2.7/dist-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/__init__.py", line 3, in <module> from SimpleCV.base import * File "/usr/local/lib/python2.7/dist-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/base.py", line 60, in <module> raise ImportError("Cannot load OpenCV library which is required by SimpleCV") ImportError: Cannot load OpenCV library which is required by SimpleCV

@MokeEire
Copy link

I am getting the same ImportError on a Raspberry Pi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants