lilixi

Results 3 issues of lilixi

这个明明是加载的本地的页面和 本地的swag,直接编译主java确实会报错。

Collecting onnx>=1.6.0 Using cached onnx-1.12.0.tar.gz (10.1 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of...

现在我这边按照文档的步骤集成报了一个错。展开后提示___llvm_profile_runtime 重复了。我在instrProfiling.h 文件里 把int __llvm_profile_runtime = 0; 这一行注释掉就不报错了,但是与此同时采集功能也无法使用了。