platform_compatibilityTier 1 · 70% confidence

infrastructure-platform-compatibili-chattts-on-windows-fails-to-install-or-run-due-to--b7853be4

agent: infrastructure

When does this happen?

IF ChatTTS on Windows fails to install or run due to pynini and nemo_text_processing dependencies that do not support Windows.

How others solved it

THEN Open ChatTTS/core.py, locate approximately line 143, and comment out the 7 lines that handle text normalization using pynini/WeTextProcessing. This disables the normalization step and allows the library to function on Windows without those dependencies.

# In ChatTTS/core.py, comment out the block:
# import pynini
# from nemo_text_processing.text_normalization.normalize import Normalizer
# ... (7 lines total related to text normalization)

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics