idea中的项目提示No Python interpreter configured for the module

2023-05-16

一、bug描述

idea导入flink源码时,点开某个python文件,提示No Python interpreter configured for the module。

二、bug原因

idea需要python的解析器,否则无法解析python文件。

三、解决办法

在File->Project Structure->Modules中添加python的SDK。具体流程可参考IDEA官网。

四、参考资料

1、https://www.jetbrains.com/help/idea/configuring-local-python-interpreters.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

idea中的项目提示No Python interpreter configured for the module 的相关文章

随机推荐