MLDatasets.jl
MLDatasets.jl copied to clipboard
Issues on M1 due to use of BinaryProvider
The package BinaryProvider is old and not well supported on the M1 platform, causing problems when installing this package.
Can you post the full report?
My initial guess without debug report is ImageMagick https://github.com/JuliaIO/ImageMagick.jl/issues/209
(Edit: oh never mind, this package no longer has ImageMagick dependency)
We don't directly depend on BinaryProvider here, which imported package carries the dependence?
It turns out to be DataDeps
The maintainer in https://github.com/oxinabox/DataDeps.jl/issues/152 seems to be willing to drop BinaryProvider by keeping only julia >= 1.6 compatibility. Would be willing to file a PR @f-ij ? otherwise I can do it when I find some time
I'm quite new to this, so I wouldn't know exactly what to do. Would be great if you can find the time!
Issue fixed with https://github.com/oxinabox/DataDeps.jl/pull/159?