Skip to content
vadimcn edited this page May 17, 2020 · 11 revisions

CodeLLDB bundles platform-specific libraries that it depends upon, with the exception of libpython3 shared library. The supported Python versions are 3.5 or later. Please see below for OS-specific instructions.

If you are certain that you've installed a supported version of Python, but CodeLLDB still cannot find the libpython library, you can provide its path manually, via lldb.libpython configuration setting.

Linux

apt-get install libpython3.6 (or whatever other version you prefer)

Please bear in mind that installing python3.x package does not necessarily install libpython3.x, you need to request that explicitly.

MacOS

MacOS 10.15 Catalina includes Python 3. On older versions you will need to install one via Homebrew or other package manager.

Windows

Please refer to the Windows setup page.

Clone this wiki locally