MLDatasets.jl icon indicating copy to clipboard operation
MLDatasets.jl copied to clipboard

Issues on M1 due to use of BinaryProvider

Open f-ij opened this issue 2 years ago • 5 comments

The package BinaryProvider is old and not well supported on the M1 platform, causing problems when installing this package.

f-ij avatar Jul 15 '22 20:07 f-ij

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)

johnnychen94 avatar Jul 15 '22 20:07 johnnychen94

We don't directly depend on BinaryProvider here, which imported package carries the dependence?

CarloLucibello avatar Jul 16 '22 12:07 CarloLucibello

It turns out to be DataDeps

f-ij avatar Jul 18 '22 13:07 f-ij

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

CarloLucibello avatar Jul 18 '22 13:07 CarloLucibello

I'm quite new to this, so I wouldn't know exactly what to do. Would be great if you can find the time!

f-ij avatar Jul 26 '22 09:07 f-ij

Issue fixed with https://github.com/oxinabox/DataDeps.jl/pull/159?

Dsantra92 avatar Sep 05 '22 03:09 Dsantra92