keepsake
keepsake copied to clipboard
ModuleNotFoundError error with google.rpc
Getting ModuleNotFoundError: No module named 'google.rpc'
when running make test
on python versions 3.8.6
/ 3.8.8
using pyenv
and googleapis-common-protos==1.53.0
on MacOS 11.0.1
Suggested fix: Issue can be fixed by installing googleapis-common-protos==1.52.0
Got the same problem while testing some days ago. I ended up uninstalling googleapis-common-protos[grpc]
and installing protobuf
, google-cloud
, etc one by one.
Urgh, sorry. #485 is the real fix here. I wonder if this breaks the released version too. I'm not sure what we can do to fix here, because we don't want to force people to have a particular version of googleapis-common-protos because it's included in tensorflow and stuff.
Hi @enochkan and @gabrielmbmb
The Keepsake project is no longer actively maintained. If you're interested in helping maintain it, please let us know.