PyCharm:No Python interpreter configured for the project

一、问题概述       

     Your 的 Pycharm 软件创建完项目后,结果无法运行,观察后,在Pycharm代码编辑区上面出现了这样的一个黄色条提示:No Python interpreter configured for the project

问题】在您的Python项目中无Python解释器,Pycharm只是一个python代码编辑器,而Python代码运行是需要使用Python解释器来进行解释才能执行。

Pycharm安装教程:请移步】Pycharm安装教程

Python安装教程:请点击】Python解释器安装教程


二、解决措施

措施】按照以下步骤,来配置下:

(1)点击【Configure Python interpreter】,选择【Interpreter Settings

PyCharm:No Python interpreter configured for the project_第1张图片

(2)点击【Add Interpreter】添加解释器

PyCharm:No Python interpreter configured for the project_第2张图片

(3)选择【System Interpreter】系统解释器(前提是电脑上已经按照了Python解释器,软件会自动去选择自动查找系统已经安装的解释器),当然也可以手动设置。

PyCharm:No Python interpreter configured for the project_第3张图片

提示如果你就想使用当前系统查找的对应解释器,则可以直接点击【OK】,跳转至第(9)步


(4)如果还未查找到或手动选择其他的解释器,则可以手动选择:【先切换到Windows桌面】查看Windows系统中Python解释器安装的路径。

PyCharm:No Python interpreter configured for the project_第4张图片

(5) 通过Windows系统的命令提示窗口查看:Python解释器安装路径,选择对应解释器的路径。

PyCharm:No Python interpreter configured for the project_第5张图片

(6)【回到Pycharm】,点击【3个点】按钮

PyCharm:No Python interpreter configured for the project_第6张图片

(7)选择在【命令提示窗口】中查看的Python解释器路径,选择【python.exe】

        【快捷方式】复制【命令提示窗口】中路径,直接粘贴。

        PyCharm:No Python interpreter configured for the project_第7张图片

(8)可以看到有Python解释器了,就可以点击【OK

PyCharm:No Python interpreter configured for the project_第8张图片

(9)直接点击【OK

PyCharm:No Python interpreter configured for the project_第9张图片

(10)等待Python解释器中的配置加载完毕,就可以配置完毕了。

PyCharm:No Python interpreter configured for the project_第10张图片


结语以上是Pycharm中配置Python解释器的操作;但如果对您有所帮助,欢迎关注点赞,给予我记录更多文章的动力!!

你可能感兴趣的:(Python,python,pycharm,开发语言)