pycharm显示no python interpreter configured for the project
Posted arcy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm显示no python interpreter configured for the project相关的知识,希望对你有一定的参考价值。
打开pycharm,新建python项目时,提示no python interpreter configured for the project,理解为没有找到解释器
可手动设置添加解释器
1. 点击Configure Python interpreter,进入project interpreter设置页面
2. 点击add
3.选择已存在的环境,python安装路径下的pythonw.exe,点击OK按钮
4.勾选make available to all project,对所有工程都起作用,点击OK按钮
显示对应的版本信息
以上是关于pycharm显示no python interpreter configured for the project的主要内容,如果未能解决你的问题,请参考以下文章