This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-09
Channels
- # aws (51)
- # beginners (57)
- # calva (10)
- # chlorine-clover (7)
- # cider (20)
- # clj-kondo (55)
- # clojure (43)
- # clojure-europe (9)
- # clojure-italy (1)
- # clojure-nl (5)
- # clojure-spec (8)
- # clojure-uk (71)
- # clojurescript (33)
- # core-async (22)
- # cursive (20)
- # datomic (3)
- # emacs (8)
- # figwheel-main (8)
- # fulcro (13)
- # garden (2)
- # graalvm (60)
- # graphql (26)
- # jobs (6)
- # joker (6)
- # kaocha (2)
- # lambdaisland (5)
- # malli (36)
- # off-topic (9)
- # portkey (15)
- # re-frame (3)
- # reagent (25)
- # remote-jobs (4)
- # spacemacs (3)
- # sql (111)
- # tree-sitter (29)
- # uncomplicate (3)
- # xtdb (2)
Hi can anyone help me understand why I am seeing this error: Loading src/hello/ml.clj... Syntax error compiling at (uncomplicate/neanderthal/native.clj:1:1). No namespace: uncomplicate.neanderthal.internal.host.mkl Should my lein project.clj include something other then what is described in the doc?
I’m using intellij and cursive
On the commandline: lein uberjar I get: Compiling http://hello.ml SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Syntax error macroexpanding at (mkl.clj:79:35). Execution error (UnsatisfiedLinkError) at java.lang.ClassLoader$NativeLibrary/load0 (ClassLoader.java:-2). /private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib: dlopen(/private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib, 1): Library not loaded: @rpath/libmkl_intel_lp64.dylib Referenced from: /private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib Reason: image not found I’ve followed the instructions for mkl, but have clearly missed something