Jason

Results 468 comments of Jason

拉预编译的包,可以正常使用吗?

是在哪一行报错的,有截图吗

此ISSUE由于一年未更新,将会关闭处理,如有需要,可再次更新打开。

此ISSUE由于一年未更新,将会关闭处理,如有需要,可再次更新打开。

此ISSUE由于一年未更新,将会关闭处理,如有需要,可再次更新打开。

It looks like the error occurred while extracting the download tar file. Could you check these two download files, if you can extract these files by yourself. Maybe there's something...

你的cmake版本是多少呢,我测试在编译过程中,如果下载了,他确实会打出下载的提示,但检测到本地有下载的tar.gz后,会快速跳过

在第一次make 下载后, 到第二次make,这中间你有改动过什么吗,例如删除过build目录下文件?

是下载的同名文件,放置在这两个目录下吗 ![image](https://user-images.githubusercontent.com/19339784/205203994-f9b94172-9b7f-40c5-b241-6f448a979c41.png)

将这两个文件,放到例如 /Usr/Downloads下 然后修改 FastDeploy/cmake/paddle2onnx.cmake https://github.com/PaddlePaddle/FastDeploy/blob/42c3e7c89d189de224ebc3bf49da85100537edf7/cmake/paddle2onnx.cmake#L45 将这行改为 ``` set(PADDLE2ONNX_URL_BASE "/Usr/Downloads/") ``` onnxruntime同理,修改FastDeploy/cmake/onnxruntime.cmake,将URL前辍改为目录路径即可。 然后重新cmake,和make