google-research / spherical-cnn

Apache License 2.0
109 stars 5 forks source link

Unable to `pip install` git repo on MacOSX #37

Open alxmrs opened 1 month ago

alxmrs commented 1 month ago

Hey folks, this research is really excellent! I was looking to play around with several of the layers and models you've developed. However, I was unable to pip install the project on my dev machine due to the dependency on grain. Grain currently doesn't support OSX, so it fails to install. It looks like Mac support is in the works, but that may take some time. In the meantime, is it possible that grain could be made into an optional dependency? It seems slightly adjacent to the core contribution of this project.