From 0c6046797afe7318ce75ec4c73f1bbc4f09cfe2e Mon Sep 17 00:00:00 2001 From: Tyler Miranda Date: Tue, 1 Nov 2022 22:09:08 -0500 Subject: [PATCH] Update install-scrypted-dependencies-win.ps1 (#414) Fixed dependency package --- docker/install-scrypted-dependencies-win.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-scrypted-dependencies-win.ps1 b/docker/install-scrypted-dependencies-win.ps1 index 84cae65f9..7ccbca3c9 100644 --- a/docker/install-scrypted-dependencies-win.ps1 +++ b/docker/install-scrypted-dependencies-win.ps1 @@ -1,5 +1,5 @@ winget install -h OpenJS.NodeJS -winget install -h Python.Python.3 +winget install -h "Python 3.10" py -m pip install --upgrade pip py -m pip install aiofiles debugpy typing_extensions typing opencv-python