You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Getting
ModuleNotFoundError: No module named 'google.rpc'
when runningmake test
on python versions3.8.6
/3.8.8
usingpyenv
andgoogleapis-common-protos==1.53.0
on MacOS11.0.1
Suggested fix: Issue can be fixed by installing
googleapis-common-protos==1.52.0
The text was updated successfully, but these errors were encountered: