Making New Project Shows Trust Project Message that Doesn't Go Away - Pycharm

362 Views Asked by At

Whenever I make a new project, Pycharm shows this message: enter image description here

Clicking "Trust Project" does nothing enter image description here

Adding the folder to trusted locations in settings does nothing. How do i fix this? Its really annoying because it says that with every project.

1

There are 1 best solutions below

2
Amir Shamsi On

Set Trusted location

You can configure what sources PyCharm should consider safe and load such projects automatically during the opening process.

You can add your home directory to the trusted locations to disable PyCharm's warnings about untrusted projects.

Configure trusted locations

  1. In the Settings/Preferences dialog (Ctrl+Alt+S), go to Build, Execution, Deployment | Trusted Locations.

  2. On the Trusted Locations settings page, configure the local directories where the projects you consider trusted reside. Click OK to save the changes.

enter image description here The next time you open a project from one of those locations, PyCharm will automatically load the project.