Problem scenario
You want to install gRPC and configure it for Python. How do you do this?
Solution
Prerequisites
You have installed pipe and venv. If you need assistance installing pip, see this posting for Ubuntu/Debian or this posting for a Red Hat derivative (e.g., RHEL, Stream, CentOS, Fedora) or this posting for SUSE. If you need help installing venv, see this posting.
Procedures
Run these commands:
python3 -m venv to_test
cd to_test
source bin/activate
Run this:
pip3 install grpcio