Solve pycharm.app/contents/plugins/python/helpers/pydev/pydevd_attach_to_process

1. Problem description

To record a small problem, the local pycharm debugging code of mac mini suddenly reports an error as the title:applications/pycharm.app/contents/plugins/python/helpers/pydev/pydevd_attach_to_process

Two, the solution

There is a missing file in the dubug debugging library, which leads to an error like the title. Although it is a warn warning, it is inconvenient to look at. You only need to download the following library to solve the problem.

pip install -U pydevd-pycharm

Guess you like

Origin blog.csdn.net/qq_35812205/article/details/131702441