OpenAdapt
OpenAdapt copied to clipboard
[Bug]: windows install script not working
Describe the bug
Running the install script fails:
A new shell window opens, flashes some text about OCR, then immediately exits.
To Reproduce
Paste into powershell:
Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/OpenAdaptAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"