1 方法:在线安装,打开eclipse,选择help --》install new software ,弹出Available Software窗口,输入pyDev在线安装地址: http://pydev.org/updates,工具会去其地址下载插件并安装,在我机器上默认选择了最新可用版本,安装了好几次都失败了,会报出形如:
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,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile955703261047833320.jar An error occurred while processing the signatures for the file: /tmp/signatureFile955703261047833320.jar Problems downloading artifact: osgi.bundle,com.python.pydev.analysis,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile7221888664773166665.jar An error occurred while processing the signatures for the file: /tmp/signatureFile7221888664773166665.jar Problems downloading artifact: osgi.bundle,com.python.pydev.codecompletion,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile1224373219888388337.jar An error occurred while processing the signatures for the file: /tmp/signatureFile1224373219888388337.jar Problems downloading artifact: osgi.bundle,com.python.pydev.debug,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile8572764312138985969.jar An error occurred while processing the signatures for the file: /tmp/signatureFile8572764312138985969.jar Problems downloading artifact: osgi.bundle,com.python.pydev.fastparser,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile2639694012610278310.jar An error occurred while processing the signatures for the file: /tmp/signatureFile2639694012610278310.jar Problems downloading artifact: osgi.bundle,com.python.pydev.refactoring,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile6512448876081395108.jar An error occurred while processing the signatures for the file: /tmp/signatureFile6512448876081395108.jar Problems downloading artifact: osgi.bundle,org.python.pydev,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile5072824155293786713.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5072824155293786713.jar Problems downloading artifact: osgi.bundle,org.python.pydev.ast,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile5761159553237983969.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5761159553237983969.jar Problems downloading artifact: osgi.bundle,org.python.pydev.core,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile3878905049721471419.jar An error occurred while processing the signatures for the file: /tmp/signatureFile3878905049721471419.jar Problems downloading artifact: osgi.bundle,org.python.pydev.customizations,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile6955132184850628192.jar An error occurred while processing the signatures for the file: /tmp/signatureFile6955132184850628192.jar Problems downloading artifact: osgi.bundle,org.python.pydev.debug,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile3372130913162820128.jar An error occurred while processing the signatures for the file: /tmp/signatureFile3372130913162820128.jar Problems downloading artifact: osgi.bundle,org.python.pydev.django,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile1598802442560084321.jar An error occurred while processing the signatures for the file: /tmp/signatureFile1598802442560084321.jar Problems downloading artifact: org.eclipse.update.feature,org.python.pydev.feature,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile8546732615061650122.jar An error occurred while processing the signatures for the file: /tmp/signatureFile8546732615061650122.jar Problems downloading artifact: osgi.bundle,org.python.pydev.help,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile4400368409848694469.jar An error occurred while processing the signatures for the file: /tmp/signatureFile4400368409848694469.jar Problems downloading artifact: osgi.bundle,org.python.pydev.jython,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile2092115826199391027.jar An error occurred while processing the signatures for the file: /tmp/signatureFile2092115826199391027.jar Problems downloading artifact: osgi.bundle,org.python.pydev.mylyn,0.4.0. Error reading signed content:/tmp/signatureFile822829643825305648.jar An error occurred while processing the signatures for the file: /tmp/signatureFile822829643825305648.jar Problems downloading artifact: org.eclipse.update.feature,org.python.pydev.mylyn.feature,0.4.0. Error reading signed content:/tmp/signatureFile5033591236791888621.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5033591236791888621.jar Problems downloading artifact: osgi.bundle,org.python.pydev.parser,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile3861996141862945117.jar An error occurred while processing the signatures for the file: /tmp/signatureFile3861996141862945117.jar Problems downloading artifact: osgi.bundle,org.python.pydev.refactoring,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile3299945087169833192.jar An error occurred while processing the signatures for the file: /tmp/signatureFile3299945087169833192.jar Problems downloading artifact: osgi.bundle,org.python.pydev.shared_core,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile6118923220744193218.jar An error occurred while processing the signatures for the file: /tmp/signatureFile6118923220744193218.jar Problems downloading artifact: osgi.bundle,org.python.pydev.shared_interactive_console,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile5498624301991671610.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5498624301991671610.jar Problems downloading artifact: osgi.bundle,org.python.pydev.shared_ui,3.2.0.201312292215. Error reading signed content:/tmp/signatureFile8110807763608617052.jar An error occurred while processing the signatures for the file: /tmp/signatureFile8110807763608617052.jar
的错误,大致错误是处理jar文件签名的时候发生过了一个错误,解决方法是不要选择最新可用版本,选择2.8.0那一版这个错误不会出现了,错误步骤:
在Available Software窗口,把![]()
"show only the latest versions of available software"前面的对勾勾掉,
选择2.8.0这一版,下面的按照安装向导一步一步走下去就安装完毕了