Unable to load shared library 'onnxruntime' or one of its dependencies on Mac OS

Viewed 424

I try to run my program but it gives me the exception attached below. Can you please help me? I use Visual Studio 2019 on Mac just in case you need this information. I have tried installing "mono-libgdiplus" package from brew, but that did not help me. I searched for some more information regarding this problem, and found out the next package: "runtime.osx.10.10-x64.CoreCompat.System.Drawing". This also did not resolve my issue. I would be very glad if you could help me out!

enter image description here

I would also like to show that "onxxruntime.dll" exists. You can check it from the image below:

enter image description here

Program, in fact, can access "onxxruntime.dll" as seen from the code below:

enter image description here

0 Answers
Related