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按钮
显示对应的版本信息