clojure-cli-config icon indicating copy to clipboard operation
clojure-cli-config copied to clipboard

find-deps: Could not locate clojure/tools/deps/alpha/script/parse__init.class

Open YaroSpace opened this issue 6 months ago • 2 comments

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.

YaroSpace avatar Jul 04 '25 07:07 YaroSpace

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

practicalli-johnny avatar Jul 05 '25 04:07 practicalli-johnny

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.

YaroSpace avatar Jul 06 '25 06:07 YaroSpace