ModuleNotFoundError: No module named 'google.protobuf'
python -m pip install protobuf
python -c "import google.protobuf; print(google.protobuf.__version__)"
Success! google.protobuf version x.y.z (e.g., 2.4.0)