We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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没有报错
The text was updated successfully, but these errors were encountered:
你这个是linux环境吧
Sorry, something went wrong.
你这个是linux环境吧 是的, 已经解决, 谢谢 reference: #25
No branches or pull requests
执行
提示
执行ls命令
发现没有pyd文件, 另外执行python setup.py build_ext --inplace没有报错
The text was updated successfully, but these errors were encountered: