whisper ctranslate requires python >= 3.8

develop
Chocobozzz 2024-10-23 13:46:42 +02:00
parent 8745c915d5
commit d9a1d170f1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Main dependencies supported by PeerTube:
* `postgres` >=10.x * `postgres` >=10.x
* `redis-server` >=6.x * `redis-server` >=6.x
* `ffmpeg` >=4.3 (using a ffmpeg static build [is not recommended](https://github.com/Chocobozzz/PeerTube/issues/6308)) * `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` * `pip`
@ -55,7 +55,7 @@ On Ubuntu >= focal (20.04 LTS) or Debian >= Bullseye:
```sh ```sh
sudo apt update sudo apt update
sudo apt install python3-dev python3-pip python-is-python3 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: 6. Install common dependencies: