coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
33.99k stars 4.13k forks source link

Please update to be able to use with Python 3.12 #3627

Closed Aphexus closed 3 months ago

Aphexus commented 6 months ago

RuntimeError: TTS requires python >= 3.9 and < 3.12 but your Python version is 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]

This happens even with trying to install using pip3 install --ignore-requires-python TTS

eanon commented 6 months ago

Same for me: RuntimeError: TTS requires python >= 3.9 and < 3.12 but your Python version is 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)]

sanjuhs commented 5 months ago

guys +1 here does not work with python 3.12 , is there a way to update it manually ?

eginhard commented 5 months ago

See #3257

Norman742 commented 5 months ago

Hi I added support to be able to use tts on Python 3.12 use this command pip install git+https://github.com/Norman742/ttspython312.git , repository https://github.com/Norman742/ttspython312.git

eginhard commented 5 months ago

Python 3.12 is now supported in our fork, available via pip install coqui-tts

qq894617385 commented 5 months ago

thx,for everybody help

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.