0

从 github 克隆的 incanter。当我尝试做一个 lein deps 时,我得到了一堆错误:

idf@idf-Satellite-C55t-A ~/Documents/clojure $ git clone https://github.com/incanter/incanter.git
Cloning into 'incanter'...
remote: Counting objects: 12328, done.
remote: Total 12328 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (12328/12328), 40.96 MiB | 402.00 KiB/s, done.
Resolving deltas: 100% (7077/7077), done.
Checking connectivity... done.
idf@idf-Satellite-C55t-A ~/Documents/clojure $ cd incanter/
idf@idf-Satellite-C55t-A ~/Documents/clojure/incanter $ lein deps
Could not find artifact incanter:incanter-core:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-io:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-charts:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-mongodb:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-pdf:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-svg:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-latex:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-excel:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-sql:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-zoo:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
idf@idf-Satellite-C55t-A ~/Documents/clojure/incanter $ 

不确定是什么问题。我已经在不同的时间尝试过这个,看看它是否与网络问题有关,但问题仍然存在。

4

2 回答 2

3

您需要执行script/install编译代码并将所有内容安装到本地 Maven 存储库中...

于 2014-12-27T14:18:48.920 回答
0

Clojars 上似乎还没有提供 incanter 1.5.6。例如https://clojars.org/search?q=incanter-core

于 2014-12-07T18:57:16.717 回答