llgdb.py almost always ends up using the system LLDB python and framework. LLDB.framework is linked against the system python. If we have a different python installed, and first in PATH, we're going to try using that, which invariably fails because of internal data structure incompatibilities.
Don't pretend we can use any arbitrary python: just use the system one.