uncomplicate

alexcatalina 2019-04-20T23:00:08.001900Z

hi, i’m trying to install the library but i’m getting this error

alexcatalina 2019-04-20T23:00:20.002100Z

error in process sentinel: Could not start nREPL server: Error reading profiles.clj from /Users/alex/.lein
Map literal must contain an even number of forms
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:10.0.0 in central (<https://repo1.maven.org/maven2/>)
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:10.0.0 in clojars (<https://repo.clojars.org/>)
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:10.0.0 in central (<https://repo1.maven.org/maven2/>)
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:10.0.0 in clojars (<https://repo.clojars.org/>)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

alexcatalina 2019-04-20T23:00:38.002600Z

i think it’s pretty simple error that anyone of you has probably dealt with, i would greatly appreciate some pointers

alexcatalina 2019-04-20T23:01:02.003100Z

my project.clj is

(defproject numeric "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "<http://example.com/FIXME>"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
            :url "<https://www.eclipse.org/legal/epl-2.0/>"}
  :dependencies [[org.clojure/clojure "1.10.0"]
                 [kixi/stats "0.5.0"]
                 [uncomplicate/neanderthal "0.22.1"]]
 :main ^:skip-aot numeric.core
  :target-path "target/%s"
  :profiles {:uberjar {:aot :all}})

alexcatalina 2019-04-20T23:04:54.003700Z

okay looks like i had to exclude some names