Skip to content

Install aeneas on google colab #308

@javad-rzvn

Description

@javad-rzvn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions