macOS 14 (Sonoma) does not ship Python 3 by default (Apple removed the system Python 3 in macOS 12.3). Install Python 3.12 from python.org (universal2 installer for Intel + Apple Silicon) or via Homebrew: `brew install python@3.12`. Both methods work on Intel and Apple Silicon Macs.