trustlines-protocol / relay

MIT License
8 stars 7 forks source link

Fix failing installation on Mac Big Sur #600

Open compojoom opened 2 years ago

compojoom commented 2 years ago

The installation was failing on a mac, due to firebase-admin requiring grpcio v 1.27, but this version doesn't compile on Big Sur: https://github.com/grpc/grpc/issues/24677

Updating firebase-admin bumps the grpcio version as well and now installing on a mac works

@cducrest - can you test if you can install the deps on your machine.

cducrest commented 2 years ago

Yes, it works. I still think we should compile with python3.8 not 3.9, but as long as it works for 3.8 I don't really care.