JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
228 stars 47 forks source link

`gzopen` error loading MNIST #241

Closed ThomasChaffey closed 3 months ago

ThomasChaffey commented 3 months ago

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.

ThomasChaffey commented 3 months ago

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