TRI-ML / dgp

ML Dataset Governance Policy for Autonomous Vehicle Datasets
https://tri-ml.github.io/dgp/
MIT License
94 stars 62 forks source link

build: update GRPC version for Apple Silicon #24

Closed wadimkehl closed 2 years ago

wadimkehl commented 2 years ago

The used version of grpc cannot be build on Apple Silicon. This blocks pip-installing the repo via direct links, e.g. pip install https://github.com/TRI-ML/dgp/archive/refs/tags/v1.0.zip on current Macs. This is the standard way for us to install DGP into our docker environment.

Related upstream issue: grpc/grpc#25082


This change is Reviewable

quincy-kh-chen commented 2 years ago

opened a new PR #26