pip install tts #4025
Unanswered
Nihaarika13
asked this question in
General Q&A
pip install tts
#4025
Replies: 1 comment 2 replies
|
You can install our fork instead with |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am facing this error while installing tts through pip:
copying TTS\vocoder\models\wavernn.py -> temp_build\TTS\vocoder\models
creating temp_build\TTS\vocoder\utils
copying TTS\vocoder\utils_init_.py -> temp_build\TTS\vocoder\utils
copying TTS\vocoder\utils\distribution.py -> temp_build\TTS\vocoder\utils
copying TTS\vocoder\utils\generic_utils.py -> temp_build\TTS\vocoder\utilsrunning build_ext
building 'TTS.tts.utils.monotonic_align.core' extension
creating build\temp.win-amd64-cpython-310\Release\TTS\tts\utils\monotonic_align
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\nihaj\AppData\Local\Temp\pip-build-env-9jb3mvz8\overlay\Lib\site-packages\numpy_core\include -IC:\Users\nihaj\AppData\Local\Programs\Python\Python310\include -IC:\Users\nihaj\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" /TcTTS/tts/utils/monotonic_align/core.c /Fobuild\temp.win-amd64-cpython-310\Release\TTS/tts/utils/monotonic_align/core.obj
core.c
C:\Users\nihaj\AppData\Local\Programs\Python\Python310\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tts
Failed to build tts
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (tts)
I am facing this problem since many days, though i've installed visual studio installer and installed the required tools and components. The whole output is here:
Python error.txt
Python:3.10.11
pip:24.2
windows 11 pc
All reactions