You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我这边运行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
请问这个怎么解决?
The text was updated successfully, but these errors were encountered:
你好,我这边运行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
请问这个怎么解决?
The text was updated successfully, but these errors were encountered: