googleads / google-ads-python

Google Ads API Client Library for Python
Apache License 2.0
515 stars 480 forks source link

There was an error importing the "google.ads.googleads.v17" module. Please check that "v17" is a valid API version. Here are the current API versions supported by this library: v15, v14, v13. #888

Open lita-huoshangqi opened 3 weeks ago

lita-huoshangqi commented 3 weeks ago
image

img_v3_02f6_b7013625-d4d6-4123-b82d-f8b15b9844fg img_v3_02f6_24437d12-adb1-4210-8ade-983717fb41eg I upgraded the Google version to 17, indicating that there are only 13,14,15 in my library. I saw that the official website has updated to 17, and my library version has been upgraded to the latest version, but the message is still only 13,14,15

MahmudRana commented 2 weeks ago

Facing the same problem here

shubhamnoida commented 1 week ago

Facing the same issue in this case: There was an error importing the "google.ads.googleads.v17" module. Please check that "v17" is a valid API version. Here are the current API versions supported by this library: v15, v14, v13.

fabatka commented 1 week ago

I had the same error, but upgrading to google_ads==25.0.0 (and implicitly google_api_core==2.21.0) solved the issue.

lita-huoshangqi commented 1 week ago

thanks very much