2014-12-07 3 views
0

github에서 복제 된 incanter. 내가 dein하려고 할 때, 오류가 잔뜩 :github에서 복제 된 incanter에서 lein deps가 실패합니다.

[email protected] ~/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. 
[email protected] ~/Documents/clojure $ cd incanter/ 
[email protected] ~/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. 
[email protected] ~/Documents/clojure/incanter $ 

무슨 문제인지 잘 모르겠습니다. 네트워크 문제와 관련이 있는지 확인하기 위해 여러 번 여러 번 시도했지만 문제는 계속 발생합니다.

답변

1

당신은 그가 로컬 주문 술사 구축을 위해 노력하고있어, 음 ... 지역 받는다는 저장소에 모든 것을 설치 코드 &를 컴파일 script/install을 실행하기 위해

0

아직 Clojars에서 incanter 1.5.6을 사용할 수없는 것으로 보입니다. 예 : https://clojars.org/search?q=incanter-core

+0

이 필요합니다. 하지만 그는 먼저 의존성을 구축해야한다고 생각합니다. –

+0

@ NathanDavis 네, 맞습니다. 내 잘못이야. – Bill