Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install aeneas on google colab #308

Open
javad-rzvn opened this issue Feb 10, 2024 · 3 comments
Open

Install aeneas on google colab #308

javad-rzvn opened this issue Feb 10, 2024 · 3 comments

Comments

@javad-rzvn
Copy link

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
@GieExe
Copy link

GieExe commented Oct 24, 2024

Preparing metadata (setup.py) ... done
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for aeneas (setup.py) ... error
ERROR: Failed building wheel for aeneas
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aeneas)

@Sabakhupenia
Copy link

Preparing metadata (setup.py) ... done error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for aeneas (setup.py) ... error ERROR: Failed building wheel for aeneas ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aeneas)

hello did you solwe this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@javad-rzvn @GieExe @Sabakhupenia and others