Check Python + Git
ComfyUI needs Python 3.10+ and Git. Both are often already on your computer — we just need to confirm. If either command below fails, install the missing tool first. This is the only boring step.
If python3says “command not found”, install Python from python.org/downloads. If git fails, macOS will offer to install Xcode Command Line Tools — click Install.
Python 3.11.9
$ git --version
git version 2.44.0
python opens the Microsoft Store instead of running
Windows ships a “python” stub that redirects to the Store. Download the real Python 3.11 installer from python.org/downloads — on the first screen, check “Add Python to PATH”, then install. Close and reopen your terminal.
Do both commands print version numbers — Python 3.10+ and any Git version?