TTS icon indicating copy to clipboard operation
TTS copied to clipboard

Please update to be able to use with Python 3.12

Open Aphexus opened this issue 5 months ago β€’ 6 comments

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

Aphexus avatar Mar 11 '24 02:03 Aphexus

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)]

eanon avatar Mar 31 '24 22:03 eanon

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

sanjuhs avatar Apr 11 '24 05:04 sanjuhs

See #3257

eginhard avatar Apr 11 '24 06:04 eginhard

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

Norman742 avatar Apr 18 '24 22:04 Norman742

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

eginhard avatar Apr 23 '24 14:04 eginhard

thx,for everybody help

qq894617385 avatar Apr 24 '24 08:04 qq894617385