Hi, I have the below warning when I execute my script:
'No handlers could be found for logger "googleads.common"
Screen Grab of this:
I had installed the googleads library in a virtualenv; however, my code is in the base environment. The yaml file is also in the base environment and this warning comes up when I call this (highlighted in yellow in the below picture):
adwords_client = adwords.AdWordsClient.LoadFromStorage('\the\correct\path\adwords-api.yml')
Full code is available here:
I have tried the following:
Could you guide me on how to fix this, please? I'm not an expert with Python, so if you could break it down, it would help me a lot.
Thanks,
Enoch