jaywalnut310 / glow-tts

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

Could not create monotonic_align #62

Open ankurdhuriya opened 2 years ago

ankurdhuriya commented 2 years ago

error: could not create 'monotonic_align/core.cpython-37m-x86_64-linux-gnu.so': No such file or directory

danielkrisp commented 2 years ago

create monotonic_align dir inside monotonic_align

cd monotonic_align
mkdir monotonic_align
python setup.py build_ext --inplace
TisaneYang commented 1 year ago

create monotonic_align dir inside monotonic_align

cd monotonic_align
mkdir monotonic_align
python setup.py build_ext --inplace

Thanks bro

gupt29 commented 2 weeks ago

I guess the issue still persist. Or do i need ubuntu v18.04??