1、安装好Python开发环境

2、创建python工程的时候出现错误提示:

Project interpreter not specified(eclipse+pydev)错误解决方法

意思是:”没有指定项目的翻译“。说明没有导入Python的开发环境或者编译器。

3、(1)找到eclipse---->window----->freference.找到左侧栏边得pydev,展开,点击Interpreter-Python。、

Project interpreter not specified(eclipse+pydev)错误解决方法

4、点击New、选择Brwse

Project interpreter not specified(eclipse+pydev)错误解决方法

5、选择自己电脑python的路径,点击OK

Project interpreter not specified(eclipse+pydev)错误解决方法

6、点击OK

Project interpreter not specified(eclipse+pydev)错误解决方法

7、出现这些就说明可以了

Project interpreter not specified(eclipse+pydev)错误解决方法

8、点击“Apply and Close”再次新建project,已经没有错误了

相关文章:

  • 2022-01-05
  • 2022-01-22
  • 2021-07-19
  • 2021-12-13
  • 2021-04-05
  • 2021-05-29
  • 2022-12-23
  • 2021-04-03
猜你喜欢
  • 2021-04-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案