From 31e8883a2d9e959e60f9d395cb5f65ff1f69d451 Mon Sep 17 00:00:00 2001 From: Smiril Date: Tue, 27 Feb 2024 15:22:54 +0100 Subject: [PATCH] Update 0_patch.sh --- scripts/0_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/0_patch.sh b/scripts/0_patch.sh index 9237e54..b5b721d 100644 --- a/scripts/0_patch.sh +++ b/scripts/0_patch.sh @@ -16,6 +16,6 @@ set -e python3.10 -m pip install --upgrade pip numpy opencv-python colorama tqdm future tensorflow-macos scipy -cp -R .dfl/ffmpeg/ffmpeg .dfl/deep/lib/python$(version)/site-packages/ +cp -R .dfl/ffmpeg/ffmpeg .dfl/deep/lib/python3.11/site-packages/ echo "Done."