You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| "Python 3.10+ is required and was not found" |`brew install python@3.12` / `apt install python3.12` and re-run. |
238
+
| "Python 3.10+ is required and was not found" |`brew install python@3.12` / `apt install python3.12` / `winget install -e --id Python.Python.3.12` and re-run. |
239
+
| Windows: "running scripts is disabled on this system" | One-shot: `powershell -ExecutionPolicy Bypass -File .\install.ps1`. Persistent (recommended): `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned`. |
211
240
|`pip install` fails on DNS / proxy / pypi | The script detects this and prints offline/proxy/wheelhouse recipes. See [install-audit.md](docs/install-audit.md#pip-install-fails-on-a-network-you-dont-control). |
212
241
| "Port 8001 is already in use" |`./run.sh --port 8002` (probe uses `/dev/tcp`, no `lsof` needed). |
213
242
| Ollama installed but daemon down on `:11434`| Answer `y` to "Start `ollama serve` now?" or run it yourself in another Terminal. |
0 commit comments