Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wrong paths in pydev debugger:

I have Python from Microsoft package in VS Code. When I run some Python Code, I have errors:

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 on my laptop in C:\Users\abukreev\Documents\Python367\.
But pydev await it in C:\Users\abukreev\AppData\Roaming\Python\Python36\site-packages How can I change the pydev settings ?

like image 798
Антон Букреев Avatar asked Feb 22 '19 10:02

Антон Букреев


1 Answers

I meet the same problem. I reinstall python using installer, not zip file.

Python3.7.6 download link is https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe

like image 125
feng taolue Avatar answered Nov 07 '22 17:11

feng taolue