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

No matching distribution found for TTS==0.21 #24

Closed
elfgoose opened this issue Mar 11, 2024 · 4 comments
Closed

No matching distribution found for TTS==0.21 #24

elfgoose opened this issue Mar 11, 2024 · 4 comments

Comments

@elfgoose
Copy link

Hey,

My installation is failing at the requirements.txt stage.:
ERROR: Could not find a version that satisfies the requirement TTS==0.21.* (from versions: none)
ERROR: No matching distribution found for TTS==0.21.*

Any help would be appreciated

Thnaks

@BoltzmannEntropy
Copy link
Owner

OS? Python version?

@tajnymag
Copy link

tajnymag commented Mar 30, 2024

Not op, but the same happens to me on Windows 11, python 3.12.2.

@Th3Rom3
Copy link

Th3Rom3 commented Apr 13, 2024

Requirements install fine on a Python 3.11.8 environment. So you could try either downgrading the python version in the venv or adjust the packages manually (if equivalents exist for Python 3.12).

@EmersonBiggons
Copy link

EmersonBiggons commented May 4, 2024

when you first start the python venv, use the below command instead. Make sure to delete your venv folder before doing this.
python3.11 -m venv venv
Py 3.12 isnt supported by xTTS and since the project is depricated you have to use an older version of python. Which fine since the only difference is one command and redownloading stuff.
edit: Also if you get an error, just make sure to install python 3.11. Depending on your distro the command will look like
sudo dnf install python3.11 for Fedora, Nobara, centOS; redhat distros
sudo apt install python3.11 for Ubuntu and Debian based distros
and I don't use arch btw so idk the command for that but you can google it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants