欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

PyDev for Eclipse 无法正常使用的解决方法

程序员文章站 2023-08-17 17:34:54
【问题描述】 在eclipse中配置Python解释器PyDev时,按照如下配置,可以配置完成,如图: 安装好PyDev后,接下来配置Python解释器时,点击Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreter报 ......

【问题描述】


 在eclipse中配置python解释器pydev时,按照如下配置,可以配置完成,如图:

PyDev for Eclipse 无法正常使用的解决方法

安装好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).
 

【解决方法】


安装旧版pydev,路径location=,如图:
 
PyDev for Eclipse 无法正常使用的解决方法
 
再点击windows -> preferences -> pydev -> interpreters -> python interpreter就不报错了。
配置python解释器如下:
 
PyDev for Eclipse 无法正常使用的解决方法
 

【说明】


 本人亲身经历,试了很多方法,发现只有这个解决方法可以快速解决,希望可以帮到你。