Skip to content

ModuleNotFoundError: No module named 'google.cloud.trace_v2.proto' #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dgildeh opened this issue Sep 15, 2020 · 1 comment
Closed

Comments

@dgildeh
Copy link

dgildeh commented Sep 15, 2020

It looks like a dependent module, google-cloud-trace, released a new major version yesterday, with breaking package changes, breaking our deployment and bringing down our entire service: https://github.com/googleapis/python-trace/blob/master/CHANGELOG.md

Please can you update this module to use the latest release of google-cloud-trace, or lock the version that works with the current module (0.24.0). If you update the code to work with the new module, please lock the version that works so this doesn't happen again (or only support minor version updates).

I fixed it by adding this line to the end of my requirements.txt file to override the automatically installed version installed when adding this module:

google-cloud-trace==0.24.0

@aabmass
Copy link
Collaborator

aabmass commented Sep 21, 2020

Fixed in #72, which was released in 0.13b0

@aabmass aabmass closed this as completed Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants