Skip to content
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

ModuleNotFoundError: No module named 'lldb' #99

Open
wangyoucao577 opened this issue Jun 8, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'lldb' #99

wangyoucao577 opened this issue Jun 8, 2022 · 0 comments

Comments

@wangyoucao577
Copy link

Hi,

When I try to debug my program from vscode with lldb(windows vscode remote to linux container) , I noticed the ModuleNotFoundError: No module named 'lldb' error in my vscode TERMINAL.

It can be simply reproduced by command line as following:

$ lldb-mi --version
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb'
Version: GNU gdb (GDB) 7.4
(This is a MI stub on top of LLDB and not GDB)
All rights reserved.

Environment

Even though the error occurs, functions seem work correctly, not sure whether it's just a wrong prompt or a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant