littletomatodonkey/insight-face-paddle

求助下,项目在paddle ai studio中运行报错

jinyuanqing opened this issue · 2 comments

执行这段代码报错:
import insightface
from insightface.app import FaceAnalysis
from insightface.data import get_image as ins_get_image
app = FaceAnalysis()
app.prepare(ctx_id=0, det_size=(640, 640))
报错提示:
123
234

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
streamlit 1.13.0 requires importlib-metadata>=1.4, but you have importlib-metadata 0.23 which is incompatible.
streamlit 1.13.0 requires protobuf!=3.20.2,<4,>=3.12, but you have protobuf 4.23.0 which is incompatible.
Successfully installed insightface-0.5 onnx-1.14.0 protobuf-4.23.0
image

没人答