【发布时间】:2016-06-16 05:17:59
【问题描述】:
我正在尝试在 Eclipse 3.7 上安装 PyDev 4.5。 我正在运行 Ubuntu 12.04。
很遗憾,安装失败并显示以下错误消息:
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=).
Problems downloading artifact: osgi.bundle,com.python.pydev,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile317604218647133996.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile317604218647133996.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.analysis,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile1653935437183270228.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1653935437183270228.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.codecompletion,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile106889934731764251.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile106889934731764251.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.debug,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile9068867808045510251.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile9068867808045510251.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.fastparser,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile4356051096777669804.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile4356051096777669804.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.refactoring,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile7567763792057389909.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile7567763792057389909.jar
Problems downloading artifact: osgi.bundle,org.python.pydev,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile6685403030330680669.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile6685403030330680669.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.ast,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile8072627041346437329.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile8072627041346437329.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.core,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile2089492783574675291.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2089492783574675291.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.customizations,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile2865653197501795713.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2865653197501795713.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.debug,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile1775095909495668460.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1775095909495668460.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.django,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile1452921649446263806.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1452921649446263806.jar
Problems downloading artifact: org.eclipse.update.feature,org.python.pydev.feature,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile2451876787350801975.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2451876787350801975.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.help,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile7175104755163295006.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile7175104755163295006.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.jython,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile2106476867846363502.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2106476867846363502.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.parser,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile8910039705531253143.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile8910039705531253143.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.refactoring,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile1647659330788283896.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1647659330788283896.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.shared_core,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile3781476889455217861.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile3781476889455217861.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.shared_interactive_console,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile658497740848883868.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile658497740848883868.jar
Problems downloading artifact: osgi.bundle,org.python.pydev.shared_ui,4.5.4.201601292234.
Error reading signed content:/tmp/signatureFile2627743839460558771.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2627743839460558771.jar
你有什么想法吗? 我已尝试取消选中“仅显示可用软件的最新版本”,如此处“Installing Pydev for Eclipse throws error”所建议的那样,但没有出现过去的版本。
谢谢!
【问题讨论】:
-
Eclipse 3.7 是 2011 版本,无法安装 2016 年的 PyDev 版本。您应该在当前版本 Mars.1 上重试此操作。
-
PyDev install guide 说 Eclipse 3.8 是最早受支持的版本,但您现在当然应该选择 Eclipse Mars。
-
哦,你是对的。我没有注意到我有这么旧的 Eclipse 版本。谢谢!
标签: eclipse eclipse-plugin pydev