PyDev for Eclipse 无法正常使用的解决方法
程序员文章站
2023-12-01 21:58:16
【问题描述】 在eclipse中配置Python解释器PyDev时,按照如下配置,可以配置完成,如图: 安装好PyDev后,接下来配置Python解释器时,点击Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreter报 ......
【问题描述】
在eclipse中配置python解释器pydev时,按照如下配置,可以配置完成,如图:
安装好pydev后,接下来配置python解释器时,点击windows -> preferences -> pydev -> interpreters -> python interpreter报错。
错误消息:
the selected wizard could not be started.
plug-in org.python.pydev was unable to load class org.python.pydev.ui.wizards.project.pythonprojectwizard.
an error occurred while automatically activating bundle org.python.pydev (506).
plug-in org.python.pydev was unable to load class org.python.pydev.ui.wizards.project.pythonprojectwizard.
an error occurred while automatically activating bundle org.python.pydev (506).
【解决方法】
安装旧版pydev,路径location=,如图:
再点击windows -> preferences -> pydev -> interpreters -> python interpreter就不报错了。
配置python解释器如下:
【说明】
本人亲身经历,试了很多方法,发现只有这个解决方法可以快速解决,希望可以帮到你。