Search code examples
pythonpython-3.xgdatagoogle-api-python-client

error in installing google api python client


I'm installing google api python client on python 3 using pip from the GitHub repository.

But getting the following error:

Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279

I already installed microsoft windows sdk 7.1 and net framework 4.0.

But it's not working.

Please check the snapshot for more details.


Solution

  • gdata is deprecated and does not have support for Python 3.x in the first place. Use any of these APIs.