在苦苦挣扎了一整天之后,我认为最好是向这样的论坛寻求帮助。我正在尝试将ccw插件安装到eclipse中,但是我得到了这个错误:
Cannot complete the install because of a conflicting dependency.
Software being installed: Counterclockwise Feature 0.0.64.STABLE01 (ccw.feature.feature.group 0.0.64.STABLE01)
Software being installed: Counterclockwise Feature REPL UI Branch 0.2.0.RC06 (ccw.feature_replui.feature.group 0.2.0.RC06)
Only one of the following can be installed at once:
Paredit.clj 0.1.1 (paredit.clj 0.1.1)
Paredit.clj 0.3.0.STABLE (paredit.clj 0.3.0.STABLE)
Paredit.clj 0.1.5 (paredit.clj 0.1.5)
Paredit.clj 0.7.0.STABLE (paredit.clj 0.7.0.STABLE)
Paredit.clj 0.9.0.STABLE01 (paredit.clj 0.9.0.STABLE01)
Paredit.clj 0.7.1.STABLE (paredit.clj 0.7.1.STABLE)
Paredit.clj 0.1.0 (paredit.clj 0.1.0)
Paredit.clj 0.2.1.STABLE (paredit.clj 0.2.1.STABLE)
Paredit.clj 0.2.0.STABLE (paredit.clj 0.2.0.STABLE)
Paredit.clj 0.1.4 (paredit.clj 0.1.4)
Paredit.clj 0.6.0.STABLE (paredit.clj 0.6.0.STABLE)
Paredit.clj 0.10.0.STABLE01 (paredit.clj 0.10.0.STABLE01)
Paredit.clj 0.12.1.STABLE01 (paredit.clj 0.12.1.STABLE01)
Paredit.clj 0.11.0.STABLE01 (paredit.clj 0.11.0.STABLE01)
Paredit.clj 0.1.3 (paredit.clj 0.1.3)
Paredit.clj 0.12.5.STABLE01 (paredit.clj 0.12.5.STABLE01)
Paredit.clj 0.5.0.STABLE (paredit.clj 0.5.0.STABLE)
Paredit.clj 0.11.1.STABLE01 (paredit.clj 0.11.1.STABLE01)
Paredit.clj 0.8.0.STABLE (paredit.clj 0.8.0.STABLE)
Paredit.clj 0.12.0.STABLE01 (paredit.clj 0.12.0.STABLE01)
Paredit.clj 0.7.2.RC1 (paredit.clj 0.7.2.RC1)
Paredit.clj 0.1.2 (paredit.clj 0.1.2)
Paredit.clj 0.7.2.RC2 (paredit.clj 0.7.2.RC2)
Paredit.clj 0.12.4.STABLE01 (paredit.clj 0.12.4.STABLE01)
Paredit.clj 0.1.7.stable (paredit.clj 0.1.7.stable)
Cannot satisfy dependency:
From: Counterclockwise Feature 0.0.64.STABLE01 (ccw.feature.feature.group 0.0.64.STABLE01)
To: paredit.clj [0.11.1.STABLE01]
Cannot satisfy dependency:
From: Counterclockwise Feature REPL UI Branch 0.2.0.RC06 (ccw.feature_replui.feature.group 0.2.0.RC06)
To: paredit.clj [0.12.4.STABLE01]他们说手动放置antlr jar来解决依赖问题,但这对我没有帮助。这一定是太明显了,我现在想不通了。
发布于 2011-03-23 03:45:57
您正在尝试安装当前稳定版本和发布候选版本。二选一。
发布于 2011-03-23 04:01:38
在安装任何新的RC版本之前,您需要卸载0.0.64版本。
另外,仅供参考,这里有一个面向用户的ccw邮件列表:
http://groups.google.com/group/clojuredev-users
https://stackoverflow.com/questions/5396053
复制相似问题