PaddlePaddle / FastDeploy

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
https://www.paddlepaddle.org.cn/fastdeploy
Apache License 2.0
2.81k stars 441 forks source link

rk3566 python 导入 fastdeploy 报错 #2292

Open gerhardt-1024 opened 7 months ago

gerhardt-1024 commented 7 months ago

温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度


环境

python3 setup.py bdist_wheel cd dist pip3 install fastdeploy_python-0.0.0-cp38-cp38-linux_aarch64.whl

问题日志及出现问题的操作流程

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.8/dist-packages/fastdeploy/init.py", line 122, in from .c_lib_wrap import ( File "/usr/local/lib/python3.8/dist-packages/fastdeploy/c_lib_wrap.py", line 166, in raise RuntimeError(f"FastDeploy initalized failed! Error: {e}") RuntimeError: FastDeploy initalized failed! Error: /usr/local/lib/python3.8/dist-packages/fastdeploy/libs/libfastdeploy.so.0.0.0: undefined symbol: _ZN10fastdeploy8FDLogger14enable_warningE

zhangjunhst commented 7 months ago

我也需要相同的问题。请问有解决方法了吗?

lsx66 commented 4 months ago

FastDeploy initalized failed! Error: /usr/local/lib/python3.8/dist-packages/fastdeploy/libs/libfastdeploy.so.0.0.0: undefined symbol: _ZN6paddle14AnalysisConfig20EnableTensorRtEngineEliiNS0_9PrecisionEbbb 同样的报错 怎么解决?