Fork me on GitHub
#uncomplicate
<
2019-04-20
>
alexcatalina23:04:08

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

alexcatalina23:04:20

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 ()
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:10.0.0 in clojars ()
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:10.0.0 in central ()
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:10.0.0 in clojars ()
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.

alexcatalina23:04:38

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

alexcatalina23:04:02

my project.clj is

(defproject numeric "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url ""
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
            :url ""}
  :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}})

alexcatalina23:04:54

okay looks like i had to exclude some names