readbeyond / aeneas

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
http://www.readbeyond.it/aeneas/
GNU Affero General Public License v3.0
2.49k stars 228 forks source link

-lespeak not found [macOS][VirtualVenv][PyPI] #231

Closed TarunKurella closed 5 years ago

TarunKurella commented 5 years ago

I'm trying to install this via pip on virtualvenv. I've installed espeak and brew as said from brew as well. But I'm recieving the error below.

Though I've Tried Daniel Bair's all in one installer, It is in python 2.7.

My main aim is to use it as a library for other code with python3. So thought of installing it via pip.

Help would be really appreciated :)

You can find the gist below

Error Gist

I ran my virualevn using virtualenv -p /usr/local/bin/python3 venv which I assume is the same as brew's python

TarunKurella commented 5 years ago

Got it fixed. went through Readme in venvs folder.

:)