keithito/tacotron

unable to run requirement.txt command

A-d-DASARE opened this issue · 2 comments

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.

This command did the trick:

apt-get install libfreetype6-dev source

@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!!