Pycharm USES tips (9) to solve the problem of No Python interpreter selected

  • 2020-04-02 13:44:57
  • OfStack

After installing PyCharm for the first time, the problem with No Python interpreter selected was encountered when creating a new project.

< img border = 0 SRC = "/ / files.jb51.net/file_images/article/201406/2014060610244644.png" >

This means that the Python interpreter was not found. Let's just add the Python interpreter.

The Python Interpreter clicks the "+" sign to select the Python installed by the system.

< img border = 0 SRC = "/ / files.jb51.net/file_images/article/201406/2014060610244645.png" >

Then return to the Project Interpreter and select the Interpreter you just added.

< img border = 0 SRC = "/ / files.jb51.net/file_images/article/201406/2014060610244646.png" >

Now you can start a new project. Start your Python journey.


Related articles: