diff options
| author | yum <yum.food.vr@gmail.com> | 2023-03-21 14:28:46 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-03-21 15:02:29 -0700 |
| commit | 656d7c2092545b18d981acfac000c73fb2128e4a (patch) | |
| tree | d8268efbbfbda591740da89f29a4db545a64de17 /Scripts | |
| parent | 22da2ac82a667df4444449fe8d1fd1e639566bb2 (diff) | |
Fix _socket module not found issue
Need python310._pth, specifically 'import site' line, for
embedded python + pip to get along.
Diffstat (limited to 'Scripts')
| -rw-r--r-- | Scripts/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
