Project interpreter not specified(包括找不到new按钮情况)

【小白教程】

好不容易在eclipse中装好了python插件,新建project的时候eclipse报错Project interpreter not specified,在网上搜索发现是没有导入Python的开发环境导致的。
参考大佬们的解决方案时(法一)又发现eclipse上找不到new按键,心态崩了

法一:
打开eclipse菜单 Window --> Preferences 找到左边的PyDev项,点击Interpreter - Python 项(Interpreter是解释器的意思),然后点击右侧的 New… 按钮,Interpreter Name 不填写,为空也没问题,选择python.exe的安装位置,然后等待导入完成,问题解决;

参考链接:https://blog.csdn.net/magictong/article/details/7288732

(没有找到new按键的小盆友这里集合!!!)
法二:
1、同样打开eclipse菜单 Window --> Preferences 选择PyDev - Interpreter - Python 项,
点击右侧Choose from list按钮。

Project interpreter not specified(包括找不到new按钮情况)

2、选好自己需要添加的路径,然后点击OK即可。

Project interpreter not specified(包括找不到new按钮情况)

然后顺利的创建了python项目,如果有其他好方法欢迎交流,如果方法有误也欢迎各位评论指教~

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-07-15
  • 2021-06-07
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-01-05
  • 2021-04-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案