系统已经安装了Python的安装环境且Eclipse安装正确的的前提下,出现这种错误一般是没有导入Python的开发环境导致的。
出现错误的截图如下:
Project interpreter not specified(eclipse+pydev)eclipse创建python工程出错
解决步骤如下:
      1. 从Eclipse的菜单 Window --> Preferences 打开首选项配置;

      2. 首选项配置页面,找到左边的PyDev项展开,点击Interpreters - Python Interpreter (即在一堆解释器里找到python的           解释器);

Project interpreter not specified(eclipse+pydev)eclipse创建python工程出错

      3. 然后点击右側的 New按钮,Interpreter Name 随便填,为空也问题,选择python.exe的安装位置,然后等待导入完毕;

Project interpreter not specified(eclipse+pydev)eclipse创建python工程出错

      4. 接下来就是一路 OK ,搞定! 

相关文章:

  • 2021-08-03
  • 2021-09-17
  • 2022-01-05
  • 2022-01-22
  • 2021-06-23
  • 2022-01-07
  • 2021-06-02
  • 2018-10-25
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案