Regarding the interpreter field is empty that appears in pycharm installation, the project storage location cannot be created

The interpreter field is empty about pycharm installation (the interpreter is empty)

Regarding the interpreter field is empty that appears in the pycharm installation, the location where the project is stored cannot be created. As shown in the picture:

I always had this prompt when I installed it before, but later I found out that it was because I didn’t install this python.

Solution:

You need to download and install the python interpreter
Step 1: Open the python official website address: https://www.python.org/downloads/windows/, select the version you need, I downloaded the latest version: Latest Python 3 Release - Python 3.6 .4

Step 2: Install python, please refer to https://www.cnblogs.com/du-hong/p/8330595.html

Step 3: Close pycharm and restart pycharm, then you can use pycharm normally.

Guess you like

Origin blog.csdn.net/nhb687096/article/details/131596894