Hi There,
I am new with Google Ads API and I am doing initial setup for it. I have cloned repository "
https://github.com/googleads/google-ads-python?tab=readme-ov-file" and I have followed all the steps mentioned in Developer Guide but whem I am trying to execute any one of the example I am getting error as "
Traceback (most recent call last):
File "/home/shivam/Desktop/Project/google-ads-python/examples/basic_operations/get_campaigns.py", line 24, in <module>
from google.ads.googleads.client import GoogleAdsClient
File "/home/shivam/Desktop/Project/google-ads-python/google/ads/googleads/__init__.py", line 18, in <module>
import google.ads.googleads.client
File "/home/shivam/Desktop/Project/google-ads-python/google/ads/googleads/client.py", line 20, in <module>
from google.api_core.gapic_v1.client_info import ClientInfo
ModuleNotFoundError: No module named 'google.api_core'
I have tried to install google.api_core "pip install google.api_core" and it executed successfully. Any help will be appreciated.
Thank You!