erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
1.05k stars 113 forks source link

Update requirements_standalone.txt #301

Closed IIEleven11 closed 2 months ago

IIEleven11 commented 2 months ago

Not sure what happened but all of a sudden this stopped working. I chased the dep issues down and fixed the wildcard * with >< operators issue

This is using a Linux cloud VM instance.

erew123 commented 2 months ago

Clearly they have changed pip ..... again! :/ Thanks for catching it.

I did change the requirements file a month ago to deal with changes they had made, but I guess they have changed more things.

This was related to https://pip.pypa.io/en/stable/news/#b1-2024-05-06 "Remove support for legacy versions and dependency specifiers."