This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-20
Channels
- # beginners (27)
- # calva (32)
- # cider (9)
- # clojure (111)
- # clojure-spec (71)
- # clojure-uk (7)
- # clojurescript (22)
- # cursive (20)
- # devcards (1)
- # emacs (4)
- # fulcro (3)
- # hyperfiddle (3)
- # off-topic (8)
- # pathom (26)
- # planck (19)
- # quil (4)
- # re-frame (1)
- # reitit (43)
- # rewrite-clj (9)
- # shadow-cljs (13)
- # spacemacs (7)
- # uncomplicate (5)
hi, i’m trying to install the library but i’m getting this error
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.
i think it’s pretty simple error that anyone of you has probably dealt with, i would greatly appreciate some pointers
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}})
okay looks like i had to exclude some names