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
Caused by: java.lang.UnsatisfiedLinkError: /.javacpp/cache/pytorch-1.10.2-1.5.7-macosx-x86_64.jar/org/bytedeco/pytorch/macosx-x86_64/libjnitorch.dylib: dlopen(/.javacpp/cache/pytorch-1.10.2-1.5.7-macosx-x86_64.jar/org/bytedeco/pytorch/macosx-x86_64/libjnitorch.dylib, 0x0001): Library not loaded: @rpath/libiomp5.dylib
Referenced from: /.javacpp/cache/pytorch-1.10.2-1.5.7-macosx-x86_64.jar/org/bytedeco/pytorch/macosx-x86_64/libtorch.dylib
Reason: tried: '/Users/runner/work/javacpp-presets/javacpp-presets/pytorch/cppbuild/macosx-x86_64/lib/libiomp5.dylib' (no such file), '/.javacpp/cache/pytorch-1.10.2-1.5.7-macosx-x86_64.jar/org/bytedeco/pytorch/macosx-x86_64/libiomp5.dylib' (no such file), '/.javacpp/cache/pytorch-1.10.2-1.5.7-macosx-x86_64.jar/org/bytedeco/pytorch/macosx-x86_64/./libiomp5.dylib' (no such file), '/Users/runner/work/javacpp-presets/javacpp-presets/pytorch/cppbuild/macosx-x86_64/pytorch/torch/lib/libiomp5.dylib' (no such file), '/Users/runner/.javacpp/cache/openblas-0.3.19-
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1950)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1832)
at java.lang.Runtime.load0(Runtime.java:811)
at java.lang.System.load(System.java:1088)
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1747)
When I compared the jars for 1.12.1-1.5.8-SNAPSHOT vs 1.10.2-1.5.7 on my local machine, I did find libiomp5.dylib is available in the former, but not in the latter.
Hey there,
Not sure if anyone else has run into this issue
When I compared the jars for
1.12.1-1.5.8-SNAPSHOT
vs1.10.2-1.5.7
on my local machine, I did findlibiomp5.dylib
is available in the former, but not in the latter.Another related question: is there a plan to release 1.5.8 and if yes when?
Many thanks in advance!
The text was updated successfully, but these errors were encountered: