Indic-TTS icon indicating copy to clipboard operation
Indic-TTS copied to clipboard

failed to building wheel for TTS

Open mdibrahim1809 opened this issue 10 months ago • 1 comments

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: Failed to build installable wheels for some pyproject.toml based projects (TTS)

this was the error

"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\ibrah\AppData\Local\Temp\pip-build-env-nmkqu1lz\overlay\Lib\site-packages\numpy_core\include -IC:\Users\ibrah\anaconda3\envs\hindi\include -IC:\Users\ibrah\anaconda3\envs\hindi\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" /TcTTS/tts/utils/monotonic_align/core.c /Fobuild\temp.win-amd64-cpython-311\Release\TTS\tts\utils\monotonic_align\core.obj core.c C:\Users\ibrah\anaconda3\envs\hindi\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory error: command 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\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: Failed to build installable wheels for some pyproject.toml based projects (TTS)

mdibrahim1809 avatar Mar 09 '25 19:03 mdibrahim1809

[build-system] requires = ["setuptools", "wheel", "cython", "numpy"]

use this in pyproject.toml

shrey802 avatar Mar 11 '25 09:03 shrey802