Possibly silly question - does dask/distributed support the new Apple M1 chip?
Probably, assuming that Python does.
It's probably more important to ensure that related libraries like Numpy
and Pandas have full support.
On Tue, Dec 1, 2020, 8:05 PM Cody notifications@github.com wrote:
Possibly silly question - does dask/distributed support the new Apple M1
chip?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dask/distributed/issues/4293, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AACKZTE5HK3AYZZ7BEJDVDTSSW4JPANCNFSM4UJ5Q4LA
.
I believe Dask/Distributed has noarch packages and can be installed anywhere. As for osx-arm64 support, conda-forge added building October: https://conda-forge.org/blog/posts/2020-10-29-macos-arm64/
And you can see support for those packages on anaconda.org including Pandas and NumPy. @lostmygithubaccount, do you have an M1 enabled machine ?
I do not, otherwise would be happy to test
I've only just started using it but dask/distributed is working fine for me with some toy examples on the M1 chip. Created some dataframes, did some common tasks with them and submitted some work to a local Distributed cluster.
Installed using miniforge
Most helpful comment
I've only just started using it but dask/distributed is working fine for me with some toy examples on the M1 chip. Created some dataframes, did some common tasks with them and submitted some work to a local Distributed cluster.
Installed using miniforge