The issue seems to be within tools.deps or our usage thereof:
curl -O <http://central.maven.org/maven2/org/apache/mxnet/mxnet-full_2.11-linux-x86_64-cpu/1.4.1/mxnet-full_2.11-linux-x86_64-cpu-1.4.1.jar>
clj -Sdeps '{:deps {org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu #:local{:root "mxnet-full_2.11-linux-x86_64-cpu-1.4.1.jar"}}}'
This causes the same error and is similar to our usagere the above: https://clojurians.slack.com/archives/C6QH853H8/p1559647047002100 @chouffe.caillau
thanks for the pointer @martinklepsch. I will take a look at this on the MXNet side soon
I may ping you again 🙂
sure thing!