繁体   English   中英

在 eclipse juno 上安装 pydev

[英]Install pydev on eclipse juno

我刚刚下载了eclipse 4.2.1的新副本并尝试安装PyDev ,我不断收到以下错误:

 An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.aptana.interactive_console,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.aptana.shared_core,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev.analysis,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev.codecompletion,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev.debug,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev.fastparser,2.7.1.2012100913
    No repository found containing: osgi.bundle,com.python.pydev.refactoring,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.ast,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.core,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.customizations,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.debug,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.django,2.7.1.2012100913
    No repository found containing: org.eclipse.update.feature,org.python.pydev.feature,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.help,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.jython,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.parser,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.red_core,2.7.1.2012100913
    No repository found containing: osgi.bundle,org.python.pydev.refactoring,2.7.1.2012100913

我还测试在eclipse 4.2上安装PyDev并得到相同的错误。

在测试了不同版本的eclipse并得到相同的错误后。 我下载了PyDev Zip files ,并在eclipse/dropins放置和解压,重新启动 eclipse 并且它工作正常!

对于 Eclipse 中的 PyDev,请使用以下 URL:

http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml

即在你的 eclipse=>Help=>Install new software=>Add=>Location 中:使用上面的 URL

eclipse重启后转到Window=>preferences=>PyDev=>Interpreters=>Python Interpreters=>provide python path

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM