keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.94k stars 965 forks source link

unable to run requirement.txt command #371

Open A-d-DASARE opened 2 years ago

A-d-DASARE commented 2 years ago

OPTIONAL PACKAGE DATA dlls: no [skipping due to configuration]

============================================================================
                        * The following required packages can not be built:
                        * freetype, png
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

jfrery commented 2 years ago

This command did the trick:

apt-get install libfreetype6-dev source

GuiLeme commented 11 months ago

@jfrery, I tried this solution, and it worked to get rid of the original error. But now I've got this one:

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

Does anyone have a solution for it? I don't know if that's a too generic information, if so, ping me so I can provide further information. Thanks in advance!!