You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unzip ~/Downloads/rook-master.zip
cd rook-master/manual/code/example/
lein run
and get (after dependencies are downloaded, including medley):
java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath:
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath: , compiling:(io/aviso/rook/dispatcher.clj:1:1)
The text was updated successfully, but these errors were encountered:
This is old, but for future readers: You should make sure you're using the proper version of clojure. At some point medley was broken for old versions and works with version >= 1.7.0 (try: [org.clojure/clojure "1.7.0"])
I just downloaded the zip of rook then:
and get (after dependencies are downloaded, including medley):
The text was updated successfully, but these errors were encountered: