0

の新しいコピーをダウンロードし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

また、インストールPyDevをテストしたeclipse 4.2ところ、同じエラーが発生しました。

4

2 に答える 2

1

の異なるバージョンをテストeclipseし、同じエラーが発生した後。代わりにダウンロードしてPyDev Zip files配置および解凍しeclipse/dropins、eclipseを再起動すると、正常に動作しています。

于 2013-01-14T14:45:59.787 に答える
0

EclipseのPyDevの場合、次のURLを使用します。

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

つまり、Eclipseで=>ヘルプ=>新しいソフトウェアをインストール=>追加=>場所:上記のURLを使用

Eclipseの再起動後、Window => Preferences => PyDev => Interpreters => Python Interpreters =>pythonpathを提供するに移動します

于 2021-04-27T05:32:34.430 に答える