I'm trying to use the new Google Data Analytics (https://developers.google.com/analytics/devguides/reporting/data/v1). On my local machine I've got this up and running. However on our Python machine I keep getting the folling error.
In from google.analytics.data import AlphaAnalyticsDataClient ModuleNotFoundError: No module named 'google.analytics'
Based on the documentation I had to install google-analytics-data package by using pip. However the problem has nog been solved after installing this package.
Does anyone experience this aswell?