標籤:
pydev裝不上,總是出現如下的問題。
An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://pydev.org/updates/plugins/org.python.pydev.core_2.7.1.2012100913.jar.
Read timed out
Unable to read repository at http://pydev.org/updates/plugins/org.python.pydev.refactoring_2.7.1.2012100913.jar.
Read timed out
網上搜了一下,大概是由於pydev被和諧了,大概有兩種解決思路
1,直接把pydev下載下來,直接手動安裝。
到pydev的首頁,選擇自己python版本對應的dev版本,最好選一樣版本號碼的,不然可能出現pydev選項出不來的錯誤。http://sourceforge.net/projects/pydev/files/pydev/
把下載好的pydev壓縮包內的plugins和features 檔案夾內的內容複寫到eclipse的解壓目錄的對應的檔案夾中即可。
2,給eclipse 設定代理
預設的Eclipse 是不用代理上網,但在一些公司的區域網路,需要使用代理上網,因而需要手工設定eclipse的上網設定 window-->preferences-->general-->network connections 選中 manual proxy configuration: 依次填入http proxy , port就ok 了。另外,如果代理需要用帳號和密碼就需要選中 Enable proxy authentication,然後填上 user name 及password 取消,ok.
原文地址:http://blog.csdn.net/alvine008/article/details/19749851
Eclipse pydev 裝不上的原因 安裝錯誤