Ben@irc-client ~/weechat/build $ cmake .. -- Checking for module 'python3-embed' -- Package 'python3-embed' not found -- Checking for module 'python3' -- Package 'python3' not found CMake Error at src/plugins/CMakeLists.txt:129 (message): Python not found -- Configuring incomplete, errors occurred! ====== Ben@irc-client ~/weechat/build $ cmake .. -DPYTHON_VERSION=python-3.12 -- Checking for module 'python3-embed' -- Package 'python3-embed' not found -- Checking for module 'python3' -- Package 'python3' not found CMake Error at src/plugins/CMakeLists.txt:129 (message): Python not found -- Configuring incomplete, errors occurred! ====== Ben@irc-client ~/weechat/build $ cmake .. -DPYTHON_VERSION=3.12 -- Checking for module 'python3-embed' -- Package 'python3-embed' not found -- Checking for module 'python3' -- Package 'python3' not found CMake Error at src/plugins/CMakeLists.txt:129 (message): Python not found -- Configuring incomplete, errors occurred!