yangjian1218 / seetaface6ToPy

seetaface6的python实现
32 stars 15 forks source link

运行报错OSError: libSeetaAuthorize.so: cannot open shared object file: No such file or directory #17

Open IceHowe opened 2 months ago

IceHowe commented 2 months ago

你好,我这边运行seeta_test.py报错: root@dsw-443566-b7fff844b-5ltjq:/mnt/workspace/seetaface6ToPy# python seeta_test.py Traceback (most recent call last): File "/mnt/workspace/seetaface6ToPy/seeta_test.py", line 19, in from seetaface.faceapi import * File "/mnt/workspace/seetaface6ToPy/seetaface/faceapi.py", line 44, in dll = CDLL(os.path.join(LIB_PATH, "libSeetaFaceAPI.so")) File "/usr/local/lib/python3.10/ctypes/init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: libSeetaAuthorize.so: cannot open shared object file: No such file or directory image

image

请问这个怎么解决?