-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Since I installed conda, python debugger fails to work with the error message "Timed out waiting for launcher to connect".
This is terminal message
conda activate base
/usr/bin/env /Users/langqiu/anaconda3/bin/python /Users/langqiu/.vscode/extensions/ms-python.debugpy-2025.10.0-darwin-arm64/bundled/libs/debugpy/adapter/../../debugpy/launcher 63146 -- /Users/langqiu/Projects/大模型应用/code/大地保险/simple_intent_test.py
langqiu@langs-MacBook-Air 大模型应用 % conda activate base
This is my conda environments,
conda env list
# conda environments:
#
base * /Users/langqiu/anaconda3
Initially I had thought maybe it was because debugpy setup was not right in my conda env, so I reinstall debugpy in my conda environment, conda install -c conda-forge debugpy
but I still got the "Timed out waiting for launcher to connect".
But if I choose other python interpreters debugpy all works fine.
langqiu@langs-MacBook-Air 大模型应用 % /usr/bin/env /opt/local/bin/python3.11 /Users/langqiu/.vsc
ode/extensions/ms-python.debugpy-2025.10.0-darwin-arm64/bundled/libs/debugpy/adapter/../../debugpy
/launcher 61099 -- /Users/langqiu/Projects/大模型应用/code/大地保险/simple_intent_test.py
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 % cd /Users/langqiu/Projects/大模型应用 ; /usr/bin/env /opt/
local/bin/python3.11 /Users/langqiu/.vscode/extensions/ms-python.debugpy-2025.10.0-darwin-arm64/bu
ndled/libs/debugpy/adapter/../../debugpy/launcher 61194 -- /Users/langqiu/Projects/大模型应用/code
/大地保险/simple_intent_test.py
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 % cd /Users/langqiu/Projects/大模型应用 ; /usr/bin/env /usr/
bin/python3 /Users/langqiu/.vscode/extensions/ms-python.debugpy-2025.10.0-darwin-arm64/bundled/lib
s/debugpy/adapter/../../debugpy/launcher 61277 -- /Users/langqiu/Projects/大模型应用/code/大地保险
/simple_intent_test.py
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 %
langqiu@langs-MacBook-Air 大模型应用 % cd /Users/langqiu/Projects/大模型应用 ; /usr/bin/env /opt/
local/bin/python3.10 /Users/langqiu/.vscode/extensions/ms-python.debugpy-2025.10.0-darwin-arm64/bu
ndled/libs/debugpy/adapter/../../debugpy/launcher 61372 -- /Users/langqiu/Projects/大模型应用/code
/大地保险/simple_intent_test.py
This is my vscode information.
Version: 1.103.2
Commit: 6f17636121051a53c88d3e605c491d22af2ba755
Date: 2025-08-20T16:45:34.255Z
Electron: 37.2.3
ElectronBuildId: 12035395
Chromium: 138.0.7204.100
Node.js: 22.17.0
V8: 13.8.500258-electron.0
OS: Darwin arm64 24.5.0
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team