java.lang.UnsatisfiedLinkError in 0.5.5 with TF 1.14.0 - Reason: image not found
nevillelyh opened this issue · 9 comments
Details see: spotify/scio#2254 (comment)
I’d like to tackle this next week now that TF 0.15 is out
zoltar
works around the issue with loading native lib but if there's another tensorflow in the classpath the above error can happen;
With TF 1.15.0 that's supposedly fixed so no need for the custom stuff;
(sorry for the late reply ... on parental leave 😄 )
not sure if anything has actually changed, https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/java/src/main/java/org/tensorflow/NativeLibrary.java looks unchanged since v1.14
I misspoke above, tensorflow/tensorflow@a4a4057 is tagged with v1.15.0 and v2.0.0
and org.tensorflow:tensorflow
version 1.15.0 is not in Maven Central yet (nor is 2.0.0): tensorflow/tensorflow#32943
I am going to try to test 0.5.6-SNAPSHOT
with #196 included against spotify/scio#2254 (comment) so we can be sure the root issue is fixed by upgrading to tensorflow 1.15 before cutting a new release of zoltar and closing this
tested a locally built snapshot of zoltar 0.5.6-SNAPSHOT against scio master (e82c4329) as in spotify/scio#2254 (comment), tests are green ✅