-
Notifications
You must be signed in to change notification settings - Fork 216
Description
Describe the bug
Hi thanks a lot to make a fork and maintain this
in Fedora 39 ( next will be python 3.13 i think) with
python --version
Python 3.12.2
i canniot install because of
pip install coqui-tts ⬢ [fedora-toolbox:39]
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 0.22.1 Requires-Python <3.12,>=3.9.0
ERROR: Could not find a version that satisfies the requirement coqui-tts (from versions: none)
ERROR: No matching distribution found for coqui-tt
To Reproduce
You can create or run a docker image of fedora 39 with https://github.com/containers/toolbox and try to install coqui-tts
Expected behavior
No response
Logs
No response
Environment
02:29 python3 collect_env_info.py ⬢ [fedora-toolbox:39]
Traceback (most recent call last):
File "/var/home/yodatak/Projets/public/TTS/TTS/collect_env_info.py", line 7, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
Additional context
No response