Receiving Error Message When Attempting to Import Googleads with Python
Attempting to use the googleads adwords api
from googleads import adwords
and get
ModuleNotFoundError: No module named 'googleads'
I had previous done the
python -m pip install google-ads
and am running on a macbook pro
How do I resolve this?
Edit
I didn't set up an active virtual environment first, could that be the issue? And as an aside, why is that necessary?