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.
lita-huoshangqi opened this issue · 4 comments
lita-huoshangqi commented
![img_v3_02f6_b7013625-d4d6-4123-b82d-f8b15b9844fg](https://github.com/user-attachments/assets/fa1ec89b-14c5-4d1a-97e6-9d9f76e7323b)
![img_v3_02f6_24437d12-adb1-4210-8ade-983717fb41eg](https://github.com/user-attachments/assets/aab69d49-2452-4e2d-ac74-eda14813e2b3)
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
Facing the same problem here
shubhamnoida commented
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
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
thanks very much