工具/软件:
您好、
我想请求您的全力支持、以便在我的 PC 上完成 edgeai-tidl-tools 的安装。 我从以下链接https://github.com/TexasInstruments/edgeai-tidl-tools“查看自述文件部分来进行安装。 我到目前为止所执行的步骤如下所示==>
1.我已经为这个任务创建了一个 python 虚拟环境。 所有后续操作仅在激活此环境后执行。
2. sudo apt-get install libyaml-cpp-dev libglib2.0-dev
3. Git 克隆 github.com/.../edgeai-tidl-tools.git
CD edgeai-tidl-tools
Git 结账 11_00_06_00
导出 SOC=am68pa
资料来源:setup.sh
执行“ source ./supet.sh“==>时遇到以下错误
正在收集 github.com/.../tidl.zip (从-r ./ requirements_pc.txt(第 16 行)) 错误:获取时 HTTP 错误 403 https://github.com/TexasInstruments/edgeai-caffe2onnx/archive/refs/heads/tidl.zip 错误:无法安装要求 github.com/.../tidl.zip (从-r ./ requirements_pc.txt(第 16 行))、因为 HTTP 错误 403 客户端错误:禁止 URL:codeload.github.com/.../tidl for URL https://github.com/TexasInstruments/edgeai-caffe2onnx/archive/refs/heads/tidl.zip
尽管显示了错误、但“source ./supetup.sh“ 执行成功。 所以我尝试执行后续步骤==>
4. mkdir build && cd build
cmake ../examples && make -J2 && CD ..
源/scripts/run_python_examples.sh
python3 /scripts/gen_test_report.py
执行上述命令==>时遇到以下错误
“CMakeLists.txt:1 时的 CMake 错误 (cmake_minimum_required):
与 CMake < 3.5 的兼容性已从 CMake 中删除。
更新 version 参数 数据值。 或者、使用 ... 语法
告知 CMake 工程至少需要该工程 但已更新
使用引入的策略 或更早版本。
或者、添加-DCMAKE_POLICY_VERSION_MINIMURE=3.5 来尝试仍然配置。
--配置不完整,出现错误!
bash:/scripts/run_python_examples.sh:没有此类文件或目录
/usr/local/bin/python3.10:无法打开文件'/u/ADAS_project/FCW-TDA4VM/edgeai-tidl-tools/build/./scripts/gen_test_report.py ':[errno 2] No such file or directory“
