pycharm build and configure-import a project and run

Import other people's projects when pycharm and python environments are built

Open pycharm and set the interpreter:

Choose the path of your installed python here

Then open your project:

Click main.py and select run

Select main.

After running, you will find this error:

Then we continue to return to the interpreter, click the + sign

Enter the missing package

Install,successfully

This will install all packages.

After they are installed, they should be ready to run.

Published 125 original articles · Like 31 · Visits 60,000+

Guess you like

Origin blog.csdn.net/Fiverya/article/details/104609603
Recommended