zixiiu / Digital_Life_Server

Yet another voice assistant, but alive.
MIT License
2.47k stars 465 forks source link

cp: cannot stat 'monotonic_align/*.pyd': No such file or directory #68

Closed mikeyang01 closed 1 year ago

mikeyang01 commented 1 year ago
cd "TTS/vits/monotonic_align"
mkdir monotonic_align
python setup.py build_ext --inplace
cp monotonic_align/*.pyd .

执行

cp monotonic_align/*.pyd .

提示

cp: cannot stat 'monotonic_align/*.pyd': No such file or directory

执行ls命令

:~/Digital_Life_Server/TTS/vits/monotonic_align/monotonic_align# ls
core.cpython-311-x86_64-linux-gnu.so

发现没有pyd文件, 另外执行python setup.py build_ext --inplace没有报错

hyh1750522171 commented 1 year ago

你这个是linux环境吧

mikeyang01 commented 1 year ago

你这个是linux环境吧 是的, 已经解决, 谢谢 reference: https://github.com/zixiiu/Digital_Life_Server/pull/25