Python 开发问题:No Python interpreter configured for the project
- 在 PyCharm 中,出现如下提示信息
No Python interpreter configured for the project问题原因
- 没有为项目配置 Python 解释器
处理策略
点击 【File】->点击 【Settings】
点击 【Project】->点击 【Interpreter】->点击 【Add Interpreter】->点击 【Add Local Interpreter】
这里选择使用虚拟环境
