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

exec user process caused: no such file or directory #23

Open
m3di opened this issue Jan 24, 2021 · 4 comments
Open

exec user process caused: no such file or directory #23

m3di opened this issue Jan 24, 2021 · 4 comments

Comments

@m3di
Copy link

m3di commented Jan 24, 2021

hi

here is steps i follow:

git clone https://github.com/kjanko/python-fingerprint-recognition.git
cd python-fingerprint-recognition
docker build -t finger:latest .
docker run -it finger:latest 101_1.tif 101_2.tif

this will produce following error:

Traceback (most recent call last):
  File "/app/app.py", line 1, in <module>
    import cv2
  File "/usr/local/lib/python3.7/site-packages/cv2/__init__.py", line 5, in <module>
    from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
@Alexanderia-Mike
Copy link

Hi! I also encountered this issue. Have you solved it?

@thanhhoangvan
Copy link

I am also facing this problem. Is it because the docker build is missing something?

@Alexanderia-Mike
Copy link

Hi, I just found the solution from Stack Overflow. You need to install apt install libgl1-mesa-glx, and after that the problem will be solved.

@thanhhoangvan
Copy link

Hi, I just found the solution from Stack Overflow. You need to install apt install libgl1-mesa-glx, and after that the problem will be solved.

i found it too, but i'm on windows. Perhaps that is the reason. I think I should go back to Ubuntu

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

3 participants