jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
651 stars 150 forks source link

run issue #2

Closed xinqipony closed 4 years ago

xinqipony commented 4 years ago

ModuleNotFoundError: No module named 'monotonic_align.monotonic_align' my command is: cd glow-tts && python init.py -c c_path -m m_path I have run 'cd monotonic_align; python setup.py build_ext --inplace'

any idea why?