I had the same issue and it was solved by upgrading pip:
$ pip3 install --upgrade pip
Here’s a word from one of the maintainers of grpc project:
- pip grpcio install is (still) very slow #22815
I had the same issue and it was solved by upgrading pip:
$ pip3 install --upgrade pip
Here’s a word from one of the maintainers of grpc project: