Open Alex-DeepL opened 1 month ago
I have same problem:
pip install TTS
...
....
...
Compiling spacy/matcher/matcher.pyx because it changed.
Compiling spacy/matcher/phrasematcher.pyx because it changed.
Compiling spacy/matcher/dependencymatcher.pyx because it changed.
Compiling spacy/symbols.pyx because it changed.
Compiling spacy/vectors.pyx because it changed.
[ 1/41] Cythonizing spacy/attrs.pyx
[ 2/41] Cythonizing spacy/kb.pyx
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
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.
note: This error originates from a subprocess, and is likely not a problem with pip. PS D:\python>
i have same issue.
how can i solve it? Every time I installed it with make install, it was fine, but suddenly it doesn't work.
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.
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 spacy[ja]==3.7.6
Modify requirements.txt as below and run pip install.
transformers==4.44.2 spacy[ja]==3.7.6
thank you it worked
You can install our fork instead with pip install coqui-tts
, which should work fine. This repo is not maintained anymore.
You can install our fork instead with
pip install coqui-tts
, which should work fine. This repo is not maintained anymore.
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
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