Skip to content

Is there a way to use cv2 without libsm6? #90

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

Closed
akmalmzamri opened this issue May 7, 2018 · 1 comment
Closed

Is there a way to use cv2 without libsm6? #90

akmalmzamri opened this issue May 7, 2018 · 1 comment

Comments

@akmalmzamri
Copy link

Hi. I'm developing a Python facial recognition program in a robot called NAO. I'm using opencv to crop face out of the picture. I have written the facial recognition program that works fine in my VM (running in Ubuntu). However, when I try to run the program in NAO robot, it shows error message:

ImportError: libSM.so.6: cannot open shared object file: No such file or directory

@skvark
Copy link
Member

skvark commented May 7, 2018

I will publish soon two new headless distributions which don't depend on libSM: opencv-python-headless and opencv-contrib-python-headless. Meanwhile you can downgrade your version to 3.3.0.9 which does not include any GUI dependencies. See: #44

@skvark skvark closed this as completed May 7, 2018
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