JuliaML/MLDatasets.jl

`gzopen` error loading MNIST

Closed this issue · 1 comments

I'm encountering the following error when trying to load the MNIST training data:

julia> trainset = MNIST (:train)
ERROR: could not load symbol "gzopen64":
...

I've tried loading GZip.jl, no help.

I'm running OSX14.5, Julia 1.10.4.

This was an upstream issue, in Zlib_jll. I've opened an issue there (a temp fix is given): JuliaPackaging/Yggdrasil#9252.