Skip to content
New issue

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

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

Closed
mikeyang01 opened this issue Jun 19, 2023 · 2 comments
Closed

Comments

@mikeyang01
Copy link

mikeyang01 commented Jun 19, 2023

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
Copy link

你这个是linux环境吧

@mikeyang01
Copy link
Author

你这个是linux环境吧
是的, 已经解决, 谢谢
reference: #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants