-
Notifications
You must be signed in to change notification settings - Fork 206
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
module 'google.api_core' has no attribute 'gapic_v1' #115
Comments
@ubaierbhat Could you please provide a bit more info, e.g. versions installed etc.? That would make diagnosing the issue easier, thanks! (you can take GitHub issue bug report template as a guidance) |
@plamut I have updated the description. the builds started failing since 5th June. The versions were set dynamically so I can't find out which versions were run before 5th. |
@plamut regression in This issue can be moved the temporary solution is to pin google-api-python-client to an older version
|
@ubaierbhat Thanks for additional research, I only found the time to come back at this today. It indeed seems like an external issue, but since a workaround exists, I'll classify it as P2. By the way - |
The root cause was fixed in googleapis/python-api-core#47 so it should be (famous last words) safe to unpin versions as per @busunkim96's comment on June 18th: googleapis/python-api-core#47 (comment) @ubaierbhat Can you try bumping the version for |
I had to downgrade to 1.16.0 to resolve the import error |
Removing the "external" label since the external issue is fixed. |
@ubaierbhat @bayesfactor The external issue has been fixed, can any of you two confirm that by upgrading the dependencies to their latest versions indeed fixes the issue? Thanks! |
I'm going to go ahead and close this for now, but please feel free to reopen if the fix does not resolve your issue! |
@meredithslota thanks and sorry, wasn't able to test because of busy schedule. I will test and report if the issue still exists (hopefully won't need to 🤞 ) |
Since last week my DataFlow runs are failing because of this error. All I see in the logs is the following error
Stack trace
Environment details
python 3.7
The text was updated successfully, but these errors were encountered: