Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在EclipseJuno上安装pydev_Eclipse_Eclipse Plugin_Pydev_Eclipse Juno - Fatal编程技术网

在EclipseJuno上安装pydev

在EclipseJuno上安装pydev,eclipse,eclipse-plugin,pydev,eclipse-juno,Eclipse,Eclipse Plugin,Pydev,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

我刚刚下载了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

我还测试了在
Eclipse4.2
上安装
PyDev
,得到了相同的错误。

在测试了不同版本的
eclipse
后,得到了相同的错误。
我下载了
PyDev Zip文件
,并将其放在
eclipse/dropins
中解包,重新启动了eclipse,它工作正常

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

i、 e.在eclipse=>Help=>Installnewsoftware=>Add=>Location中 :使用上面的URL

eclipse重启后
转到Window=>preferences=>PyDev=>Translators=>Python解释器=>ProviderPython路径

这是Eclipse中的一个bug。下次你可以试试这个解决方法