I did preinstall grpc and grpc-tools with some pip magic:
pip install --no-binary :all: grpcio --ignore-installed
and
pip install --no-binary :all: grpcio-tools --ignore-installed
2 Likes
I did preinstall grpc and grpc-tools with some pip magic:
pip install --no-binary :all: grpcio --ignore-installed
and
pip install --no-binary :all: grpcio-tools --ignore-installed