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

Error when I install opencv_contrib_python : libhdf5_serial.so.100: cannot open shared object file #75

Closed
cooldeaaap1 opened this issue Jul 22, 2018 · 3 comments

Comments

@cooldeaaap1
Copy link

I am sorry that :
I have usepip install opencv_contrib_python-3.2.0.7-cp35-cp35m-linux_armv7l.whl and It seems OK, but when I
python import cv2

It told me that:Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/pi/.pyenv/versions/3.5.2/lib/python3.5/site-packages/cv2/__init__.py", line 7, in <module> from . import cv2 ImportError: libhdf5_serial.so.100: cannot open shared object file: No such file or directory

evensudo apt-get update sudo apt-get install libhdf5-dev sudo apt-get update sudo apt-get install libhdf5-serial-dev

It didnot work ...
How can I makr it work ?

@waveform80
Copy link
Member

Answered in comments to opencv/opencv-python#13

@bennuttall
Copy link
Member

General solution: https://blog.piwheels.org/how-to-work-out-the-missing-dependencies-for-a-python-package/

@lock
Copy link

lock bot commented Jul 23, 2019

This thread has been automatically locked. Note that piwheels.org package issues moved to github.com/piwheels/packages/issues.

@lock lock bot locked and limited conversation to collaborators Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants