keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

ModuleNotFoundError error with google.rpc

Open enochkan opened this issue 3 years ago • 3 comments

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

enochkan avatar Mar 07 '21 12:03 enochkan

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.

gabrielmbmb avatar Mar 08 '21 05:03 gabrielmbmb

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.

bfirsh avatar Mar 09 '21 00:03 bfirsh

Hi @enochkan and @gabrielmbmb

The Keepsake project is no longer actively maintained. If you're interested in helping maintain it, please let us know.

zeke avatar Mar 15 '22 20:03 zeke