pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime
https://ort.pyke.io/
Apache License 2.0
786 stars 91 forks source link

libonnxruntime.so.1 not found on rc5 #269

Closed JanFontanet closed 1 week ago

JanFontanet commented 3 weeks ago

I've updated to the latest rc and I found this issue: error while loading shared libraries: libonnxruntime.so.1: cannot open shared object file: No such file or directory

In the target directory I found symbolic links with the names libonnxruntime.so andlibonnxruntime.so.1.19, so I just created another identical symbolic link but with thelibonnxruntime.so.1 name and everything works.

decahedron1 commented 2 weeks ago

Implemented a fix for future versions. For rc5, creating the symlink manually will work just fine.