You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to run project containing onnxruntime (0.0.12) it fails to launch because downloaded dll can't be found.
It exits with following error.
error: process didn't exit successfully: `target\debug\onnx_test.exe` (exit code: 0xc000007b)
I don't actually know what im doing wrong here. Rust code itself does not matter because it fails before entering the main function.
To run the program you have to manually copy downloaded dll from within build directory. Rust generates random names for output directory each clean rebuild so its not possible to automate copying to run program in docker. Its kinda unusual from user perspective.
I'm gladly will receive any guidance on that error if there's any known solutions.
The text was updated successfully, but these errors were encountered:
When you try to run project containing onnxruntime (0.0.12) it fails to launch because downloaded dll can't be found.
It exits with following error.
I don't actually know what im doing wrong here. Rust code itself does not matter because it fails before entering the
main
function.To run the program you have to manually copy downloaded dll from within
build
directory. Rust generates random names for output directory each clean rebuild so its not possible to automate copying to run program in docker. Its kinda unusual from user perspective.I'm gladly will receive any guidance on that error if there's any known solutions.
The text was updated successfully, but these errors were encountered: