pydev调试器中的路径错误:

Ант*_*еев 13 python visual-studio-code

我在VS Code中使用Microsoft软件包中的Python。当我运行一些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
Run Code Online (Sandbox Code Playgroud)

便携式计算机中的Python,C:\Users\abukreev\Documents\Python367\.
但是pydev等待中,C:\Users\abukreev\AppData\Roaming\Python\Python36\site-packages 如何更改pydev设置?

小智 4

我遇到了同样的问题。我使用安装程序而不是 zip 文件重新安装 python。

Python3.7.6下载链接为 https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe