1

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.

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

Shobhit Bhatnagar, try this one - pip install -e git+https://github.com/dvska/gdata-python3#egg=gdata

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.