-
Notifications
You must be signed in to change notification settings - Fork 51
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
[Bug] Python 3.12 is not supported #6
Comments
and with a venv and pip install -r requirement.txt Downloading matplotlib-3.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) |
pip install -e .[all] ⬢ [fedora-toolbox:39] × Getting requirements to build editable did not run successfully. |
Thanks @yodatak for opening this issue. Yes, Python 3.12 is not supported yet. @theoparis would you still be interested in making a PR for this? Otherwise I will take care of it soon. |
Python 3.12 is now supported in version 0.23.1 |
Thanks it works now but i got some issues ( not sure if its linked ) Traceback (most recent call last): i install from fedora then dnf install python3-pillow ( and the depencies libjpeg-turbo openjpeg2 ...) and now it works huge thanks ! |
Thanks for the feedback! Those look like issues with system dependencies that are outside the control of the package - on the Python side anything necessary should be included. But it sounds like you got it to work. |
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
Additional context
No response
The text was updated successfully, but these errors were encountered: