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 and libonnxruntime.so.1.19, so I just created another identical symbolic link but with the libonnxruntime.so.1 name and everything works.
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 directoryIn the target directory I found symbolic links with the names
libonnxruntime.soandlibonnxruntime.so.1.19, so I just created another identical symbolic link but with thelibonnxruntime.so.1name and everything works.