hellonico / origami

Lowest barrier of entry to Image Processing, Computer Vision and Neural Networks on the JavaVM
https://hellonico.github.io/origami-docs/#/
Eclipse Public License 1.0
122 stars 7 forks source link

Artificat missing error on setting up new project using lein and clj-opencv template #143

Closed nickdex closed 4 weeks ago

nickdex commented 4 weeks ago

I followed steps at https://hellonico.github.io/origami-docs/#/units/guide?id=using-leiningen-working-in-clojure Machine - Macbook Air M2 Clojure CLI version 1.12.0.1479 openjdk 22.0.2 2024-07-16 OpenJDK Runtime Environment Homebrew (build 22.0.2) OpenJDK 64-Bit Server VM Homebrew (build 22.0.2, mixed mode, sharing)

Please let me know if you need any other information

Logs


.....
Retrieving tigris/tigris/0.1.1/tigris-0.1.1.jar from clojars
Could not find artifact org.clojars.didiercrunch:clojupyter:jar:0.1.5 in central (https://repo1.maven.org/maven2/)
Could not transfer artifact org.clojars.didiercrunch:clojupyter:jar:0.1.5 from/to clojars (https://repo.clojars.org/): transfer failed for https://repo.clojars.org/org/clojars/didiercrunch/clojupyter/0.1.5/clojupyter-0.1.5.jar
Could not find artifact org.clojars.didiercrunch:clojupyter:jar:0.1.5 in vendredi (https://repository.hellonico.info/repository/hellonico/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
``~
nickdex commented 4 weeks ago

Rerunning lein run worked 🤷🏼 😆