google-deepmind / tree

tree is a library for working with nested data structures
https://tree.readthedocs.io
Apache License 2.0
933 stars 57 forks source link

Please add a build file for Apple M1 #69

Closed saleh-mir closed 2 years ago

saleh-mir commented 2 years ago

Hi there

Apparently, a lot of packages including the tf-agents library are dependant on this library. It would be great if you could add a build for Apple's M1 macs.

Thank you so much for your time and affords

andyk commented 2 years ago

I'd deeply appreciate if you did this too!

Stoner19 commented 2 years ago

Agreed! This is much needed! Especially with Apple releasing new Macbooks on Monday Oct. 18. Intel processors will be a thing of the past in all macs and adoption for M1/M1X processors will be needed across the board. Thank you in advance!

DemianVoorhagen6 commented 2 years ago

Would love this as well

SauravMaheshkar commented 2 years ago

I was able to install dm-tree on a M1 by installing directly from github using pip. (But make sure you have cmake installed)

pip install cmake
pip install git+git://github.com/deepmind/tree.git

Hope this helps 😁