-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Bug] 安装TTS失败 #4018
Comments
I have same problem: pip install TTS note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
i have same issue. how can i solve it? Are the cython and spacy versions updated? |
I fixed the problem by fixing requirements tensorflow==4.44.2 and spacy[ja]==3.7.6 and running make install. |
??? more details please |
Modify requirements.txt as below and run pip install. transformers==4.44.2 |
thank you it worked |
You can install our fork instead with |
thank you that worked like a charm, what is the differece between coquiTTS and TTS ? |
Mostly a lot of bugs were fixed, you can see a more detailed summary of changes here: https://github.com/idiap/coqui-ai-TTS/releases |
nice thanks. it woked good |
Describe the bug
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
To Reproduce
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
Expected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: