BoltzmannEntropy / xtts2-ui

A User Interface for XTTS-2 Text-Based Voice Cloning using only 10 seconds of speech
MIT License
242 stars 40 forks source link

No matching distribution found for TTS==0.21 #24

Closed elfgoose closed 3 months ago

elfgoose commented 6 months ago

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 commented 6 months ago

OS? Python version?

tajnymag commented 5 months ago

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

Th3Rom3 commented 5 months ago

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 commented 4 months ago

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.