(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框

pycharm常会出现一些解释器的问题,如在不同电脑pycharm下创建的项目换个电脑放上来,可能就不能解释了。其实就是缺少了一些解释器的包,配置上去就好啦
增加解释器:
pycharm进行python编程遇到了no python interpreter for the project错误,如下图所示:
(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第1张图片
下面我们来进行解决,点击File->Settings
(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第2张图片
进去Settings界面之后,点击Project Interpreter,选择右侧的设置图标(齿轮图标),点击Add
(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第3张图片
将安装的python选择上,勾选“Make available to all projects”
(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第4张图片
等版本号version全部出来以后,点击apply,再点击OK,之后,可以看到pycharm中no python interpreter for the project错误已经没有了,可以正常运行py文件

(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第5张图片
(添加解释器)no python interpreter configured for the project / 注释中文出现黄色框框_第6张图片

你可能感兴趣的:(Python)