[YOLOv7-environment construction ③] PyCharm installation and environment, interpreter configuration

Download link:

Source: (blogger) Tang San.

Link: https://pan.baidu.com/s/1y6s_EScOqvraFcx7iPSy1g 
Extraction code: m1oa

Install:

  • open as administrator

  •  After the installation is complete, open the software
  • Reach the following interface, select all the boxes

  •  Reach the following interface, keep the default, do not make changes

  •  After the installation is complete, restart PyCharm
  • Query the location of the configured environment: Enter conda env list in the command prompt, where py37 is the created virtual environment, followed by the location

  • select interpreter

File→Settings→Project: xxx→Python Interpreter→Click ▲ in the Python Interpreter column, select Show All...

 If PyCharm has been installed before, the following situations may occur: many invalid environments, just delete them directly

Perform the following operations on the pop-up page:

Note: Do not choose the wrong path when selecting! 

After the selection is complete, click OK

  • Create a python file, if it can run, it proves that the configuration is complete

Guess you like

Origin blog.csdn.net/qq_59942266/article/details/128346576
Recommended