关于leiningen:无法在类路径上找到clojure / math / numeric_tower__init.class或clojure / math / numeric_tower.clj

Could not locate clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on classpath

在全新安装lein时,当我通过lein repl启动repl并输入repl时:

(use 'clojure.math.numeric-tower)

它引发错误:

FileNotFoundException Could not locate clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on classpath.

我是Clojure的新手,所以我真的不知道该如何解决。

Lein版本:Leiningen 2.7.1(lein -v)

Clojure版本:1.8.0((clojure-version))


[org.clojure/math.numeric-tower"0.0.4"]添加到项目的依赖项中(在project.clj中),然后重新启动副本。