aleph 2023-06-02

Hello, which version of byte-streams are you using? The clj-commons one or not?

(I got the answer from the logs, sorry) You basically need to use clj-commons.byte_streams instead of byte_streams directly. This has been fixed on the latest version of byte-streams if I remember correctly though.

I specified this being advised from the comments in the thread

[org.clj-commons/byte-streams "0.3.2"]

That's correct, but do you have require on your project that requires "byte-streams" instead of "clj-commons.byte-streams" ?

let me double check... 🧐

ah ok facepalm

[org.clj-commons/byte-streams "0.3.2"]
     [byte-streams "0.2.4-alpha4" :exclusions [[org.clojure/clojure]]]

So I think I can specify exclusion on the by-streams one

which was directly specified by yada

Mmmmhh.. which version of Aleph are you using?

[yada "1.2.15"]

                 ;; 
                 [aleph "0.6.2"]
               
                 [manifold "0.4.1"]
These were the relavant deps I think

Did get it working with this 🎉

[yada "1.2.15" :exclusions [[byte-streams]]] 

Thank you for the guidance!

Ouf 😄

Your welcome, have a nice week-end

You too!

🙌 1