Python 口译员未在 PyCharm 中显示任何内容
Python Interpreter not showing anything in PyCharm
问题
所以,我使用 PyCharm 已经有一段时间了,我知道如何设置环境等。出于某种原因,我似乎无法访问我使用的 Python 解释器有(见图)。
当我在 Clion 中打开同一个项目时,我可以 运行 文件并且可以看到解释器。
尝试过的解决方案
运行 在 Clion 中查看解释器是否“坚持”。
删除了 .idea
文件。
已重新安装PyCharm
。
通常Python Interpreter
是设置中Build, Execution, Deployment
的子项。 (在 PyCharm 2021 年,PyCharm 2019 年的布局略有不同)。
该项目单独出现的事实强烈暗示您要么安装了插件,要么由于某种原因在 LigthEdit mode (this can easily happen if you launch the IDE using the command-line). This can also happen if you don't have an open project (having files open is not the same as opening a project, as such, with an .idea
folder - the IDE configuration files 中打开的 IDE 将有所不同。)
在 LightEdit 模式下使用 IDE 仅提供一组有限的功能,因此 IDE 不允许您以通常的方式配置解释器(其他设置对话框也会起作用与往常不同)。
解决方案是 Exit the LightEdit mode,通过转到 File
>
Open
或 File
[=14 打开您以前的项目或新项目=] New Project
.
问题
所以,我使用 PyCharm 已经有一段时间了,我知道如何设置环境等。出于某种原因,我似乎无法访问我使用的 Python 解释器有(见图)。
当我在 Clion 中打开同一个项目时,我可以 运行 文件并且可以看到解释器。
尝试过的解决方案
运行 在 Clion 中查看解释器是否“坚持”。
删除了
.idea
文件。已重新安装
PyCharm
。
通常Python Interpreter
是设置中Build, Execution, Deployment
的子项。 (在 PyCharm 2021 年,PyCharm 2019 年的布局略有不同)。
该项目单独出现的事实强烈暗示您要么安装了插件,要么由于某种原因在 LigthEdit mode (this can easily happen if you launch the IDE using the command-line). This can also happen if you don't have an open project (having files open is not the same as opening a project, as such, with an .idea
folder - the IDE configuration files 中打开的 IDE 将有所不同。)
在 LightEdit 模式下使用 IDE 仅提供一组有限的功能,因此 IDE 不允许您以通常的方式配置解释器(其他设置对话框也会起作用与往常不同)。
解决方案是 Exit the LightEdit mode,通过转到 File
>
Open
或 File
[=14 打开您以前的项目或新项目=] New Project
.