-
Notifications
You must be signed in to change notification settings - Fork 1.2k
vscode python extension not running in ubuntu 16.04 LTS. #10793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am also facing the same issue. I am also in Ubuntu 16.04 LTS. I tried to downgrade the python extension to previous versions, but then the debugger will not start(no error shown on this case just. Terminal will show the initial debug command and it will not get executed). I suspect this an OS related issue because on my laptop which is using Ubuntu 18.04 LTS doesn't have this issue. This my launch.json.
VSCode Version:Version: 1.43.1 Python Extension VersionId: ms-python.python |
I'm getting the same error on MacOS Catalina |
I have the same error connecting from both Windows and MacOs, but using the remote extension to connect to a ubuntu 16.04 machine. And I just tested with the previous version of the python extension and for me, it works normally. |
@fieraloca You've mentioned that you're hitting this issue with conda as well as system Python. For the latter, are you also creating virtual environments? Does it still happen if using the system interpreter directly? |
@int19h I have tried with both system python (with and without virtualenv) and with conda environments for python 3.5; 3.6 and 3.7. Same failure in all cases... |
I'm getting the same error on MacOS Catalina when I using the remote extension to connect to a ubuntu 16.04 machine.I can't debug,I got the error message "timed out waiting for <debugpy.adapter.components.missing..Missing object at 0x7fb9e2753cc0> to connect" |
temp workaround is to go back to previous version. Worked for me.
|
@omartin2010 thank you very much! I choose to go back to previous version,it work! Just change the extension of python (ms-python.python),the mistake will solve. |
Here is what took me to fix the problem in Ubuntu 16.04 reference sites: https://stackoverflow.com/questions/37071388/how-can-i-install-visual-studio-code-extensions-offline Step 1. Get a previous version of vscode
Step 2. Get ms-python.python extension
I played with few versions until I got one to work; be may guess and try to match the best one for your needs; I selected 2019.10.0 because this is the day the mantis ate the cricket...
|
microsoft/debugpy#84 is the primary issue tracking this bug now, so I'll close this one as a dupe. |
Issue Type: Bug
Extension version: 2020.3.69010
VS Code version: Code 1.43.2 (0ba0ca52957102ca3527cf479571617f0de6ed50, 2020-03-24T07:52:11.516Z)
OS version: Linux x64 4.15.0-91-generic
VSCode Version:
Version: 1.43.2
Commit: 0ba0ca5
Date: 2020-03-24T07:52:11.516Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Linux x64 4.15.0-88-generic
OS Version: Ubuntu 16.04 LTS
Steps to Reproduce:
2.Configure launch.json to use python.
3. Select Python: Interpreter.
I have tried with conda environments; and python 3.5; 3.6; 3.6 with same error result.
4. Run the debugger (F5).
Does this issue occur when all extensions are disabled?: Yes
Only python extension is enabled. Version : 2020.3.69010 (19 March 2020)
Error list
Error Window Popup
Console output
The text was updated successfully, but these errors were encountered: