Error when install Coqui TTS in Google Colab

454 views Asked by At

When I use: !pip install TTS in google colab, to install Coqui TTS, I get this error:

Installing build dependencies ... done
  Getting requirements to build wheel ... done
  error: **subprocess-exited-with-error**
  
  × Preparing metadata (**pyproject.toml**) 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.
  Preparing metadata (pyproject.toml) ... error
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

screenshot of error. This is my colab notebook. I see, version of python in google colab: Python 3.10.12 It was running successfully 2 days ago.

0

There are 0 answers