The IDEA project Python prompt when inspections: The JDK is not configured properly for this project Inspection can not proceed..

The reason: IDEA project will be mistaken for Java project.

Solution: If confirmed this to be a Python project, modify * .iml file will be deleted following this line

<orderEntry type="inheritedJdk" />

Guess you like

Origin www.cnblogs.com/tuzkee/p/11724578.html