When we are training a tts model, we may get this error: could not create ‘monotonic_align/core.cpython-37m-x86_64-linux-gnu.so’: No such file or directory. In this tutorial, we will introduce how to fix it.
This error likes below:
How to fix this error?
It is easy to fix it. We can run these commands step by step.
cd monotonic_align mkdir monotonic_align python setup.py build_ext --inplace
Then, we will find this error is fixed, we will see: