find-deps: Could not locate clojure/tools/deps/alpha/script/parse__init.class
Hi!
First of all, thank you so much for the great guides and tools!
I am struggling to get https://github.com/practicalli-johnny/clj-find-library alias to work.
I am getting:
Execution error (FileNotFoundException) at find-deps.core/eval136$loading (core.clj:1).
Could not locate clojure/tools/deps/alpha/script/parse__init.class, clojure/tools/deps/alpha/script/parse.clj or clojure/tools/deps/alpha/script/parse.cljc on classpath.
which is puzzling to me, as it seems you have replaced that dependency with tools.deps, as far as I understand, and I do not see a require for it in find-deps/src/core.clj either.
Mind you, I am a complete beginner, so most likely missing something very basic.
There is most likely a bug with this project. Its a fork of a project that stopped being maintained and I did have a few challenges getting it working.
I will try find time to look atthis over the weekend. Thanks
Great. If you have time.
It is not essential to my workflow, it was more of a challenge for me to understand why it would not work.