安装 google api python 客户端时出错
error in installing google api python client
我正在使用 the GitHub repository.
中的 pip 在 python 3 上安装 google api python 客户端
但出现以下错误:
Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279
我已经安装了微软 windows sdk 7.1 和 net framework 4.0。
但是没用。
请查看 the snapshot 了解更多详情。
gdata 是 deprecated and does not have support for Python 3.x in the first place. Use any of these 个 API。
Shobhit Bhatnagar, Taray Thais One - pip install -e git+https://github.com/dvska/gdata-python3#egg=gdata
我正在使用 the GitHub repository.
中的 pip 在 python 3 上安装 google api python 客户端但出现以下错误:
Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279
我已经安装了微软 windows sdk 7.1 和 net framework 4.0。
但是没用。
请查看 the snapshot 了解更多详情。
gdata 是 deprecated and does not have support for Python 3.x in the first place. Use any of these 个 API。
Shobhit Bhatnagar, Taray Thais One - pip install -e git+https://github.com/dvska/gdata-python3#egg=gdata