无法为 Eclipse Indigo 安装 PyDev

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7651072/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 17:06:11  来源:igfitidea点击:

Can't install PyDev for Eclipse Indigo

pythoneclipseeclipse-plugininstallationpydev

提问by petrnohejl

I have problem with installation of PyDev in Eclipse Indigo. I used Help -> Install new software -> and http://pydev.org/updatesrepository. I try it for 3 days yet but it is still not work. First, I got error: unabled to read repository.

我在 Eclipse Indigo 中安装 PyDev 时遇到问题。我使用了帮助 -> 安装新软件 -> 和http://pydev.org/updates存储库。我尝试了 3 天,但仍然无法正常工作。首先,我收到错误:无法读取存储库。

enter image description here

在此处输入图片说明

Today, repository was found but during installation of package I got error:

今天,找到了存储库,但在安装包期间出现错误:

An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev_2.2.2.2011082312.jar. Read timed out Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.debug_2.2.2.2011082312.jar. Read timed out Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.jython_2.2.2.2011082312.jar. Read timed out

收集要安装的项目时发生错误会话上下文是:(profile=epp.package.java,phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,operand=,action=)。无法在http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev_2.2.2.2011082312.jar读取存储库。读取超时无法在http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.debug_2.2.2.2011082312.jar读取存储库。读取超时无法在http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.jython_2.2.2.2011082312.jar读取存储库。读取超时

It seems like the repository is out of order. Does somebody know, what to do? Thanks!

似乎存储库出现故障。有人知道,该怎么办?谢谢!

采纳答案by Fabio Zadrozny

Just checked and it seems to be working. As a note, a new PyDev release is available (2.2.3).

刚刚检查,它似乎工作。请注意,有一个新的 PyDev 版本(2.2.3)可用。

If it still doesn't work for you, you can try the zip release (see: http://pydev.org/download.htmlfor instructions on getting/installing it).

如果它仍然不适合您,您可以尝试 zip 版本(有关获取/安装它的说明,请参阅:http: //pydev.org/download.html)。

回答by Anake

I had this problem, but updating eclipse fixed it

我有这个问题,但更新 eclipse 修复了它

回答by raccoon