AllAboutAI-YT / chatTTS

ChatTTS + Ollama
39 stars 14 forks source link

Issue with conda? #1

Open jeffscottward opened 3 weeks ago

jeffscottward commented 3 weeks ago

WARNING:ChatTTS.core:Package nemo_text_processing not found! Run: conda install -c conda-forge pynini=2.1.5 && pip install nemo_text_processing

jeffscottward commented 3 weeks ago

╰─ $ conda install -c conda-forge pynini=2.1.5 && pip install nemo_text_processing

Channels:

LibMambaUnsatisfiableError: Encountered problems while solving:

Could not solve for environment specs The following packages are incompatible ├─ libcxx 14.0.6. is requested and can be installed; ├─ pin-1 is installable and it requires │ └─ python 3.12. , which can be installed; └─ pynini 2.1.5* is not installable because there are no viable options ├─ pynini 2.1.5 would require │ └─ libcxx >=15.0.7 , which conflicts with any installable versions previously reported; ├─ pynini 2.1.5 would require │ └─ python >=3.10,<3.11.0a0 _cpython, which conflicts with any installable versions previously reported; ├─ pynini 2.1.5 would require │ └─ python >=3.11,<3.12.0a0 _cpython, which conflicts with any installable versions previously reported; ├─ pynini 2.1.5 would require │ └─ python >=3.8,<3.9.0a0 _cpython, which conflicts with any installable versions previously reported; └─ pynini 2.1.5 would require └─ python >=3.9,<3.10.0a0 *_cpython, which conflicts with any installable versions previously reported.