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 5 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