Mmm. No clues there. My julia version is 1.6.3 but I doubt that’s the issue.
Can you report the full Manifest please with using Pkg; Pkg.status(mode=PKGMODE_MANIFEST)
Can you also please confirm that the error goes away if you use a bare pkg environment? Just use the code I included before to generate one (in a new julia session). Here it is again:
using Pkg
Pkg.activate(temp=true)
Pkg.add("MLJ")
Pkg.add("MLJScikitLearnInterface")
All of this with the make_blobs()
data, thanks.