第一次安装pycharm,新建了一个项目后总是报错,错误信息为no python interpreter configured for the project
原因是没有有找到解释器

可手动设置添加解释器

点击Configure Python interpreter,进入project interpreter设置页面
pycharm显示no python interpreter configured for the project
点击设置图标
pycharm显示no python interpreter configured for the project
点击Add
pycharm显示no python interpreter configured for the project
选择已存在的环境,python安装路径下的pythonw.exe,点击OK按钮
pycharm显示no python interpreter configured for the project
勾选make available to all project,对所有工程都起作用,点击OK按钮

pycharm显示no python interpreter configured for the project
显示对应的版本信息,点击确定
pycharm显示no python interpreter configured for the project

相关文章: