Project interpreter not specified(eclipse+pydev)
Posted 数据文字工作者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Project interpreter not specified(eclipse+pydev)相关的知识,希望对你有一定的参考价值。
新建Python工程时,提示如下错误:Project interpreter not specified,(见图一)。
开始我以为是插件安装有问题,后来查了蛮久才发现是没有导入Python的开发环境导致的。
知道原因了解决就很简单了:
0、当然你的系统必须已经安装了Python的安装环境,这是必须的哦,因为Eclipse仅仅是提供一个IDE而已,并不提供各种语言的解释器、编译器等等。
然后按下面几步简单操作就可以了。
1、从Eclipse的菜单 Window --> Preferences 打开首选项配置;
2、首选项配置页面,找到左边的PyDev项展开,点击Interpreter - Python 项(Interpreter是解释器的意思),见图二;
3、然后点击右侧的 New... 按钮,Interpreter Name 不填写,为空也问题,选择python.exe的安装位置(见图三),然后等待导入完成(图四),问题解决;
图一
图二
图三
图四
【END】
以上是关于Project interpreter not specified(eclipse+pydev)的主要内容,如果未能解决你的问题,请参考以下文章
解决 PHP Interpreter is not configured Please configure PHP Interpreter to use built-in web server(示例代
pycharm显示no python interpreter configured for the project
2022年新版Pycharm通过project interpreter国内镜像源设置
PyCharm虚拟环(Project Interpreter)手动安装第三方包图解教程
解决:Elipse配置Jython Interpreters时报错Error: Python stdlib source files not found