2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
GNU Affero General Public License v3.0
30.59k stars 3.32k forks source link

pip install "ChatTTS>=0.1.0" failed #517

Closed codingl2k1 closed 2 months ago

codingl2k1 commented 2 months ago

Collecting ChatTTS>=0.1.0 Using cached chattts-0.1.0.tar.gz (114 kB) Preparing metadata (setup.py) ... done WARNING: Requested ChatTTS>=0.1.0 from https://files.pythonhosted.org/packages/73/39/5e39c12213ffa2468586b00224e2279436bd7e2d3836d51b3b70862b19ca/chattts-0.1.0.tar.gz, but installing version 0.0.0 Discarding https://files.pythonhosted.org/packages/73/39/5e39c12213ffa2468586b00224e2279436bd7e2d3836d51b3b70862b19ca/chattts-0.1.0.tar.gz (from https://pypi.org/simple/chattts/): Requested ChatTTS>=0.1.0 from https://files.pythonhosted.org/packages/73/39/5e39c12213ffa2468586b00224e2279436bd7e2d3836d51b3b70862b19ca/chattts-0.1.0.tar.gz has inconsistent version: expected '0.1.0', but metadata has '0.0.0'

fumiama commented 2 months ago

Will fix soon.

fumiama commented 2 months ago

v0.1.1 released. Please have a try.

codingl2k1 commented 2 months ago

It works. Thanks.