看板 Python 關於我們 聯絡資訊
最近剛好需要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://www.ptt.cc/bbs/Python/M.1452754606.A.FB5.html
uranusjr: 看起來是你網路的問題, 不知什麼原因連不上 PyPI 01/14 16:38
ihon822: api後面多了一個s 01/14 18:37
ihon822: sorry 誤以為是要裝 client.. 不過你的python版本? 01/14 18:42
ihon822: Python 2.7 is required. Python3 is not supported. 01/14 18:44
daniel1205: 網路問題.. 有辦法上網嗎?? 01/15 07:47