-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Description
Hi, if you too want to install aeneas on google colab, this might help you:
First run these:
!pip install -q numpy==1.22.4
!apt-get install ffmpeg
!apt-get install espeak
!pip install -q beautifulsoup4
!pip install -q lxml
!apt-get install libgdal-dev
Second:
!wget https://raw.githubusercontent.com/readbeyond/aeneas/master/install_dependencies.sh
!bash install_dependencies.sh
Third:
!git clone https://github.com/ReadBeyond/aeneas.git
!cd /content/aeneas
!sudo pip install -r /content/aeneas/requirements.txt
!python /content/aeneas/setup.py build_ext --inplace
!python /content/aeneas/aeneas_check_setup.py
Finally:
!pip install -q aeneas
Now you have successfully install aeneas. To check, run this code:
!python -m aeneas.diagnostics
MahtaFetrat, Dulani, phanirithvij, Abhi011999, hackrz and 1 moreDulani
Metadata
Metadata
Assignees
Labels
No labels