From da7879a02a9c3e532e057b59c2b73715e7667945 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 4 Jul 2023 12:01:14 -0400 Subject: [PATCH] Fixed requirements.txt to use only wheels for Pillow since compilation doesn't work on 32bits Python embedded in Windows installer version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5489479b5..fe60a1afa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ setuptools lxml>=4.3.0 numpy>=1.12.0 webrtcvad-wheels>=2.0.10 -Pillow>=9.0.0 \ No newline at end of file +Pillow>=9.0.0 --only-binary=Pillow \ No newline at end of file