第一次安装pycharm,新建了一个项目后总是报错,错误信息为no python interpreter configured for the project
原因是没有有找到解释器
可手动设置添加解释器
点击Configure Python interpreter,进入project interpreter设置页面
点击设置图标
点击Add
选择已存在的环境,python安装路径下的pythonw.exe,点击OK按钮
勾选make available to all project,对所有工程都起作用,点击OK按钮
显示对应的版本信息,点击确定