Install Python 3.10.6 and Git
The web UI needs a specific Python version — 3.10.6. Newer versions break the AI libraries it depends on. During the Python installer, tick the box that says 'Add Python to PATH' before clicking Install. Git is used to download the project files. If you are on Linux, your package manager handles both.
Python 3.11 or 3.12 is already installed and torch fails to install later.
Uninstall the newer Python version, install 3.10.6, and make sure it appears first in your PATH.