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

By | August 19, 2024

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:

fix could not create monotonic_align core.cpython-38-x86_64-linux-gnu.so error

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:

run monotonic_align

Leave a Reply