Pycharm 首次打开时经常报:

Pycharm常见问题:No Python interpreter configured for the project

原因是没有设置python解释器。

解决办法:

1、File-Setting-Project:****-Project interpreter     右侧下拉选择解释器,如:Python 3.6

Pycharm常见问题:No Python interpreter configured for the project

2、Run-Edit Configurations   对话框右侧Project interpreter 处下拉选择解释器,如:Python 3.6

Pycharm常见问题:No Python interpreter configured for the project

相关文章: