From 656d7c2092545b18d981acfac000c73fb2128e4a Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 21 Mar 2023 14:28:46 -0700 Subject: Fix _socket module not found issue Need python310._pth, specifically 'import site' line, for embedded python + pip to get along. --- Scripts/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 573f316..c218302 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,10 +1,12 @@ +editdistance future==0.18.2 openvr pillow pyaudio python-osc playsound==1.2.2 +pyyaml + --extra-index-url https://download.pytorch.org/whl/cu116 torch==1.13.1+cu116 git+https://github.com/openai/whisper.git -editdistance -- cgit v1.2.3