-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lein deps Could not find a deployed artifact #297
Comments
I tried upgrading to the latest lein version, now it's
Now I tried uploading another version of faker to clojars,
Now when I try to fetch it from another repo it fails:
Is this a clojars problem? |
Btw here's the project.clj
|
Any update on this? :-/ |
It looks like your deploys aren't successfully sending all of the required artifacts - version 0.1.2 is missing the jar file and the jar checksums, version 0.2.0 has the jar, but is missing the jar checksums. This is likely caused by network issues between you and clojars. Your only recourse currently is to try to deploy a new version - I can remove version 0.2.0 if you want to try it again, especially since no one will have been able to download and use it. We have a request (#226) to allow you to replace incomplete deploys, but it has not yet been implemented. |
@tobias Yes could you please remove 0.2.0 version so I can try deploying again? |
I removed helpshift/faker 0.2.0. Give it another try. |
Thanks. It worked. |
Yes, for now, the best thing to do is to file a ticket. |
Hi,
I've just pushed a clojure library (faker) to clojars.
The latest library version is 0.1.2 - https://clojars.org/helpshift/faker/versions/0.1.2
But I am unable to pull it into another project.
Command output:
Note that I am able to pull 0.1.1 version.
Is this a clojars issue or I am doing something wrong here?
Other details:
The text was updated successfully, but these errors were encountered: