Prerequisites
Install Method
Windows native (launch-windows.ps1)
Operating System
Windows
Steps to Reproduce
- Have only Python 3.14 registered with the
py launcher (py with no
args resolves to 3.14), and no python command on PATH pointing at
3.11+.
- Run
powershell -ExecutionPolicy Bypass -File .\launch-windows.ps1.
Expected Behaviour
Script detects Python 3.14 (which satisfies the documented "Python 3.11+"
requirement) via the py launcher and proceeds.
Actual Behaviour
Script fails with:
"Couldn't find Python 3.11+ for Windows setup."
Logs / Screenshots
==> Checking for Python
ERROR: Couldn't find Python 3.11+ for Windows setup. Install Python 3.11+ (or open the Python launcher with 'py -3.11') from https://www.python.org/downloads/, then re-run this script.
Press Enter to exit:
Model / Backend (if relevant)
No response
Are you willing to submit a fix?
Yes — I can open a PR
Additional Information
No response
Prerequisites
devbranch (the default branch you get on clone, where fixes land first) and the bug still reproduces there. Pleasegit pullthe latestdevbefore filing.Install Method
Windows native (launch-windows.ps1)
Operating System
Windows
Steps to Reproduce
pylauncher (pywith noargs resolves to 3.14), and no
pythoncommand on PATH pointing at3.11+.
powershell -ExecutionPolicy Bypass -File .\launch-windows.ps1.Expected Behaviour
Script detects Python 3.14 (which satisfies the documented "Python 3.11+"
requirement) via the
pylauncher and proceeds.Actual Behaviour
Script fails with:
"Couldn't find Python 3.11+ for Windows setup."
Logs / Screenshots
Model / Backend (if relevant)
No response
Are you willing to submit a fix?
Yes — I can open a PR
Additional Information
No response