Jetson Nano(Jetpack 4.4 DP)使用CUDA编译报错
Created by: 60999
aistudio@aistudio-desktop:~/Paddle-Lite$ ./lite/tools/build.sh --build_python=ON cuda
[100%] Built target publish_inference_python_lib Scanning dependencies of target publish_inference_python_installer sh: 1: patchelf: not found Traceback (most recent call last): File "setup.py", line 64, in raise Exception("patch third_party libs failed, command: %s" % COMMAND) Exception: patch third_party libs failed, command: patchelf --set-rpath '$ORIGIN/libs/' /home/aistudio/Paddle-Lite/build_cuda/inference_lite_lib/python/install/lite/lite.so lite/CMakeFiles/publish_inference_python_installer.dir/build.make:57: recipe for target 'lite/CMakeFiles/publish_inference_python_installer' failed make[3]: *** [lite/CMakeFiles/publish_inference_python_installer] Error 1 CMakeFiles/Makefile2:978: recipe for target 'lite/CMakeFiles/publish_inference_python_installer.dir/all' failed make[2]: *** [lite/CMakeFiles/publish_inference_python_installer.dir/all] Error 2 CMakeFiles/Makefile2:889: recipe for target 'lite/CMakeFiles/publish_inference.dir/rule' failed make[1]: *** [lite/CMakeFiles/publish_inference.dir/rule] Error 2 Makefile:300: recipe for target 'publish_inference' failed make: *** [publish_inference] Error 2
请问如何通过编译,只说paddle lite,不说其他方式。