taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 131 forks source link

[Error] No such var: encore/read-edn #158

Closed prateekbhatt closed 8 years ago

prateekbhatt commented 8 years ago

I have tried both versions 2.12.2 and 2.12.1, and get the same error:

:cause No such var: encore/read-edn
 :via
 [{:type clojure.lang.Compiler$CompilerException
   :message java.lang.RuntimeException: No such var: encore/read-edn, compiling:(taoensso/nippy/utils.clj:36:43)
   :at [clojure.lang.Compiler analyze Compiler.java 6543]}
  {:type java.lang.RuntimeException
   :message No such var: encore/read-edn
   :at [clojure.lang.Util runtimeException Util.java 221]}]
ptaoussanis commented 8 years ago

Hi Prateek, please check for dependency conflicts with lein deps :tree, and run lein clean between attempts to make sure you don't have any bad build artefacts.

prateekbhatt commented 8 years ago

Thanks, you are right, I was using the 'tower' library which uses an older version on encore. Fixed the issue.

ptaoussanis commented 8 years ago

No problem, best of luck! :-)