You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugpy version: Unknown. import debugpy; print(debugpy.__version__) results in 'no module named debugpy'. When debugging through VS Code, shows (\.vscode\extensions\ms-python.python-2021.1.502429796\pythonFiles\lib\python\debugpy\launcher')
OS and version: Win 10
Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.7
Uh oh!
There was an error while loading. Please reload this page.
Environment data
import debugpy; print(debugpy.__version__)
results in 'no module named debugpy'. When debugging through VS Code, shows (\.vscode\extensions\ms-python.python-2021.1.502429796\pythonFiles\lib\python\debugpy\launcher'
)My structure
resource.py
main.py
launch.json
Steps to reproduce:
C:/Python/Python36-7/python.exe "path/to/my/app/main.py"
from terminalPython: Foo
debug configActual behavior
ModuleNotFoundError: No module named 'resource'
Expected behavior
Debug session starts fine
What I've tried
Adding the python path to env
Adding the file path to
"python.autoComplete.extraPaths"
(here)The text was updated successfully, but these errors were encountered: