aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Install aeneas on google colab

Open javad-rzvn opened this issue 2 years ago • 3 comments

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

javad-rzvn avatar Feb 10 '24 06:02 javad-rzvn

very helpful! thanks!

changyr66 avatar Apr 18 '24 20:04 changyr66