Eclipse配置Python编译出错Unable to create the selected preference page.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/lemon_linaa/article/details/89336862

问题:eclipse版本:Version: Mars.1 Release (4.5.1)

           按照网上教程配置pydev报错

解决:降低pydev版本为4.0.0成功(选择4.0.0版本之后成功,就没有测其他低版本是否可行)

 1.Help->Install New Software ->Add

 安装旧版PyDev,路径Location=https://dl.bintray.com/fabioz/pydev/old/,如图:

 2.选择4.0.0版本,完成安装即可。

3.再点击Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreter就不报错了。

4.配置Python解释器

小提示:如果找不到python安装路径,命令行输入where python可查找python安装路径

猜你喜欢

转载自blog.csdn.net/lemon_linaa/article/details/89336862
今日推荐