From d9a1d170f12af76ecf0d81ba2073d28c1dc3da5e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 23 Oct 2024 13:46:42 +0200 Subject: [PATCH] whisper ctranslate requires python >= 3.8 --- support/doc/dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 47db79355..b05b30b94 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -9,7 +9,7 @@ Main dependencies supported by PeerTube: * `postgres` >=10.x * `redis-server` >=6.x * `ffmpeg` >=4.3 (using a ffmpeg static build [is not recommended](https://github.com/Chocobozzz/PeerTube/issues/6308)) - * `python` >=3.x + * `python` >=3.8 * `pip` @@ -55,7 +55,7 @@ On Ubuntu >= focal (20.04 LTS) or Debian >= Bullseye: ```sh sudo apt update sudo apt install python3-dev python3-pip python-is-python3 -python --version # Should be >= 3.x +python --version # Should be >= 3.8 ``` 6. Install common dependencies: