Closed lsh-0 closed 12 years ago
I am also having this issue.
I did not realize that README still suggests 1.0.0
. 1.0.1
has been out for more than a week. I don't know what may be up with the SpyMemcached repo but artifacts are not always redownloaded. With lein1
, you need to delete lib/*
and with lein2
, artifacts under ~/.m2/repository
(not everything, just net/spy/memcached).
Failing checksums suggest something is wrong with the SpyMemcached artifact. Please report it to their mailing list.
I don't see these warnings on master after removing ~/.m2/repository/spy/memcached
because I have checksum setting set to :ignore
. The SpyMemcached repository does not seem to have checksums at all. I also had no idea 2.8.4
is out.
I will bump the dependency and push a new 1.1.0-SNAPSHOT, feel free to try it.
I haven't noticed the end of the exception.
Unsupported major.minor version 51.0
is due to 1.0.0
being accidentally compiled for JDK 7 and you are running JDK 6. The version here is the class file version. Move to 1.0.1
, it is compiled for JDK 6+.
This now works:
user=> (require '[clojurewerkz.spyglass.client :as c])
Thanks for providing a fix.
I'm getting this error:
Using: Clojure 1.4 spyglass 1.0.0 Leiningen 1.7.0 Java 1.6.0_26 Java HotSpot(TM) 64-Bit Server VM
Identical behaviour is replicated in Leiningen 2 preview 7. Lein2 is still frustratingly slow+buggy for me so I don't use it unless I really have to.
To install spyglass I added [clojurewerkz/spyglass "1.0.0"] to my project :dependencies and then ran $ lein deps
This is the output I got.
It looks successful despite failing checksums. I deleted spyglass-1.0.0.jar and spymemcached-2.8.1.jar and ran deps again, however I think they were pulled from a cache somewhere and not re-downloaded.