zhouyuchong / face-recognition-deepstream

Deepstream app use retinaface and arcface for face recognition.
MIT License
55 stars 12 forks source link

ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory #19

Closed dungx48 closed 1 year ago

dungx48 commented 1 year ago

I try "sudo apt-get install libpython3.6" but it still doesnt work

zhouyuchong commented 1 year ago

@dungx48 sorry didn't met this problem before. It seems your system missing python3.6 environment.

dungx48 commented 1 year ago

@zhouyuchong i use miniconda python=3.6.9. What version of env python do you used ?

zhouyuchong commented 1 year ago

@dungx48 I use python 3.8 in Ubutu 20.04. As far as I know, deepstream python have some problem compiling with python 3.6.

dungx48 commented 1 year ago

i also just tried on python 3.8 and it doesn't give this error. I'm having a problem in kafka because i'm not used to it, if I have problems I will refer to you later. thank you very much :+1: