Неправильные пути в отладчике pydev: - PullRequest
0 голосов
/ 22 февраля 2019

У меня есть Python из пакета Microsoft в VS Code.Когда я запускаю некоторый код Python, у меня появляются ошибки:

pydev debugger: Unable to find real location for: threading.py
pydev debugger: Unable to find real location for: C:\Users\abukreev\AppData\Roaming\Python\Python36\site-packages
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap>
pydev debugger: Unable to find real location for: genericpath.py
pydev debugger: Unable to find real location for: ntpath.py
pydev debugger: Unable to find real location for: runpy.py
pydev debugger: Unable to find real location for: pkgutil.py
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external>
pydev debugger: Unable to find real location for: urllib\parse.py
pydev debugger: Unable to find real location for: queue.py

Python на моем ноутбуке в C:\Users\abukreev\Documents\Python367\.
Но pydev ждет его в C:\Users\abukreev\AppData\Roaming\Python\Python36\site-packages Как я могу изменить настройки pydev?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...