打开pycharm,新建python项目时,提示no python interpreter configured for the project,理解为没有找到解释器

可手动设置添加解释器

1. 点击Configure Python interpreter,进入project interpreter设置页面

configure python inter configure python interpreter_Python

2. 点击add

configure python inter configure python interpreter_pycharm_02

3.选择已存在的环境,python安装路径下的pythonw.exe,点击OK按钮

configure python inter configure python interpreter_python_03

4.勾选make available to all project,对所有工程都起作用,点击OK按钮

显示对应的版本信息

configure python inter configure python interpreter_python_04