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
3k stars 465 forks source link

sophon se7 编译安装 执行失败 #2410

Closed SweatLin closed 7 months ago

SweatLin commented 7 months ago

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


环境

采用算能编译部署:

Download the latest source code

git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy/python export ENABLE_SOPHGO_BACKEND=ON export ENABLE_VISION=ON

python setup.py build python setup.py bdist_wheel

cd dist pip install fastdeploy_python-0.0.0-cp38-cp38-linux_aarch64.whl

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

root@bm1684:/home/paddle/ppliteseg# python3 ppliteseg_fastdeploy_sophon.py Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/fastdeploy/c_lib_wrap.py", line 164, in from .libs.fastdeploy_main import * ImportError: libopencv_flann.so.3.4: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "ppliteseg_fastdeploy_sophon.py", line 6, in import fastdeploy as fd 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: libopencv_flann.so.3.4: cannot open shared object file: No such file or directory 运行报错

heliqi commented 7 months ago

你系统没有提前安装opencv, 安装完opencv即可