Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Aphexus opened this issue Mar 11, 2024 · 6 comments · Fixed by idiap/coqui-ai-TTS#11
Open

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

Aphexus opened this issue Mar 11, 2024 · 6 comments · Fixed by idiap/coqui-ai-TTS#11
Labels
feature request feature requests for making TTS better.

Comments

@Aphexus
Copy link

Aphexus commented Mar 11, 2024

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 Aphexus added the feature request feature requests for making TTS better. label Mar 11, 2024
@eanon
Copy link

eanon commented Mar 31, 2024

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
Copy link

sanjuhs commented Apr 11, 2024

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

@eginhard
Copy link
Contributor

See #3257

@Norman742
Copy link

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
Copy link
Contributor

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

@qq894617385
Copy link

thx,for everybody help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature requests for making TTS better.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants