Python Docker images now default to Debian Bookworm, and LLVM upstream only builds versions 15 and newer for that release. We can work around that by using Debian Bullseye and Buster for LLVM versions <15 and <11
Poetry was unhappy about an "old" lock file
Some Python images did not have six installed, and poetry install installs (dev) dependencies into a virtualenv, while lldb uses the system site-packages dir
Python Docker images now default to Debian Bookworm, and LLVM upstream only builds versions 15 and newer for that release. We can work around that by using Debian Bullseye and Buster for LLVM versions <15 and <11
Poetry was unhappy about an "old" lock file
poetry install
installs (dev) dependencies into a virtualenv, while lldb uses the system site-packages dir