vits icon indicating copy to clipboard operation
vits copied to clipboard

Help: monotonic_align !

Open zhengyongchoa opened this issue 2 years ago • 4 comments

hello, Why does this happen ,and

How to solve it

python setup.py build_ext --inplace running build_ext copying build/lib.linux-x86_64-cpython-37/monotonic_align/core.cpython-37m-x86_64-linux-gnu.so -> monotonic_align error: could not create 'monotonic_align/core.cpython-37m-x86_64-linux-gnu.so': No such file or directory

zhengyongchoa avatar May 06 '22 02:05 zhengyongchoa

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

mushanshanshan avatar May 22 '22 14:05 mushanshanshan

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

This solution solved the problem

gmyofustc avatar Jul 12 '22 01:07 gmyofustc