[問題] 套件裝不起來

看板Python作者 (JIM)時間9年前 (2016/01/14 14:56), 編輯推噓1(104)
留言5則, 3人參與, 最新討論串1/1
最近剛好需要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

01/14 16:38, , 1F
看起來是你網路的問題, 不知什麼原因連不上 PyPI
01/14 16:38, 1F

01/14 18:37, , 2F
api後面多了一個s
01/14 18:37, 2F

01/14 18:42, , 3F
sorry 誤以為是要裝 client.. 不過你的python版本?
01/14 18:42, 3F

01/14 18:44, , 4F
Python 2.7 is required. Python3 is not supported.
01/14 18:44, 4F

01/15 07:47, , 5F
網路問題.. 有辦法上網嗎??
01/15 07:47, 5F
文章代碼(AID): #1MbqQk-r (Python)
文章代碼(AID): #1MbqQk-r (Python)