Skip to content

[Error] Module installed in Virtualenv #296

Open
@enochrufus

Description

@enochrufus

Hi, I have the below warning when I execute my script:

'No handlers could be found for logger "googleads.common"

Screen Grab of this: https://photos.app.goo.gl/PPxhYbYiM3r3JmRMA
I had installed the googleads library in a virtual environment; 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:

adwords_client = adwords.AdWordsClient.LoadFromStorage('\the\correct\path\adwords-api.yml')

Full code is available here: https://photos.app.goo.gl/iDZu2aupgyK8CXUh7

I have tried the following:

  • using the shebang of both my base python and virtualenv python.
  • if the libraries are installed on the base path then there is no such warning (tried this in both Windows and Linux os; however, not on the machine where this error is coming up).
  • I think this is just a warning since I could see data being uploaded into the AdWords userlist.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions