Clojure-mxnet-osx-cpu 1.5.0 can't run

Hi all. I have tried to use [clojure-mxnet-osx-cpu “1.5.0”] in my project. There were something wrong when I loading “org.apache.clojure-mxnet.util” module. such as:
(require '[org.apache.clojure-mxnet.util] :reload) =>
java.lang.ClassNotFoundException: org.apache.mxnet.MX_PRIMITIVES$MX_FLOAT

I found that there was a reference to org.apache.mxnet.MX_PRIMITIVES in the primitive.clj file. such as:
(ns org.apache.clojure-mxnet.primitives
(:import (org.apache.mxnet MX_PRIMITIVES$MX_FLOAT MX_PRIMITIVES$MX_Double
MX_PRIMITIVES$MX_PRIMITIVE_TYPE))) …
But I can’t found the org.apache.mxnet.MX_PRIMITIVES class file in the mxnet-full_2.11-osx-x86_64-cpu packe. Maybe is there a wrong in the mxnet-full_2.11-osx-x86_64-cpu 1.5.0 package? Is there anyone known how to solve it ?

@carinmeier do you have an idea what might have gone wrong?

I’m sorry you are having a problem with it. It will be my first priority to look into when I do project work on Friday.

I have upgraded to [clojure-mxnet-osx-cpu “1.5.1”], it’s ok now.

Glad to hear that it’s working for you now :slight_smile:

Please let us know if you have any more trouble.

Thank you very much :grin: