楼主:
jiqian (JIM)
2016-01-14 14:56:42最近刚好需要python的套件
之前都没碰过python
目前已经装好2.7.11、pip、easy_install
照着https://github.com/google/apis-client-generator/
的步骤想去安装
于是下了指令pip install google-apis-client-generator
D:\>pip install google-apis-client-generator
Collecting google-apis-client-generator
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by 'ProxyError('Cannot connect to proxy.', gaierror(11004,
'getaddrinfo failed'))': /simple/google-apis-client-generator/
retry了十次之后
Could not find a version that satisfies the requirement google-apis-client-generator (from versions: )
No matching distribution found for google-apis-client-generator
请问有人知道这是什么原因吗?谢谢!
作者: ihon822 (批大叔) 2016-01-14 18:37:00
api后面多了一个ssorry 误以为是要装 client.. 不过你的python版本?Python 2.7 is required. Python3 is not supported.