google-analytics
google-analytics copied to clipboard
Issues with newer versions of oauth2client and google-api-python-client
over the time some of the underlaying packages has been changed. after running into several issues i changed in setup.py the install_requires to
'oauth2client==1.5.2',
'google-api-python-client==1.4.2',
maybe this should be fixed until you update the package to work with newer versions of this requirements
Have the same issue. Find this explanation.