LLDB not working

Every time I start lldb I get a weird error:

$ nix run nixpkgs#lldb
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb'
(lldb) 

Is there something wrong with the packaging or should I have installed it differently?

See this discussion, it’s broken and some workarounds (other working package + WIP PR) are explained llvmPackages_14.lldb: broken, "ModuleNotFoundError: No module named 'lldb'" · Issue #166604 · NixOS/nixpkgs · GitHub

1 Like