作者jiqian (JIM)
看板Python
标题[问题] 套件装不起来
时间Thu Jan 14 14:56:42 2016
最近刚好需要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
请问有人知道这是什麽原因吗?谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 42.73.88.153
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1452754606.A.FB5.html
1F:→ uranusjr: 看起来是你网路的问题, 不知什麽原因连不上 PyPI 01/14 16:38
2F:→ ihon822: api後面多了一个s 01/14 18:37
3F:→ ihon822: sorry 误以为是要装 client.. 不过你的python版本? 01/14 18:42
4F:→ ihon822: Python 2.7 is required. Python3 is not supported. 01/14 18:44
5F:推 daniel1205: 网路问题.. 有办法上网吗?? 01/15 07:47