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
Describe the bug:
Since upgrading library version (22.1.0 to 25.0.0) we get a ModuleNotFoundError in AWS once google-ads is deployed, but not locally. We didn't make any code changes and our code used to work, and works with the same library version locally.
I think it may be that this change was made here in PR 830 (see below). Why was that error handling there, and why was it removed? Can it be re-added?
Hello, I am getting the same error after upgrading google-ads to 25.0.1 version on AWS( ModuleNotFoundError: No module named 'google'). any suggestions to solve it ?
Describe the bug:
Since upgrading library version (22.1.0 to 25.0.0) we get a
ModuleNotFoundError
in AWS once google-ads is deployed, but not locally. We didn't make any code changes and our code used to work, and works with the same library version locally.I think it may be that this change was made here in PR 830 (see below). Why was that error handling there, and why was it removed? Can it be re-added?
Old:
New:
Steps to Reproduce:
In unknown circumstances,
from google.ads.googleads import client
causes aModuleNotFoundError
Expected behavior:
from google.ads.googleads import client
works!Client library version and API version:
Client library version: 25.0.0
Google Ads API version: 17
Request/Response Logs:
N/A
Anything else we should know about your project / environment:
The text was updated successfully, but these errors were encountered: