text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

requirements conflict between text-generation-webui, superbooga and coqui_tts

Open odysseyalive opened this issue 10 months ago • 0 comments

Describe the bug

The TTS libraries and current version of Panda are not compatible with each other.

All textgen base requirements call for the latest version of Panda (2.2+). Superbooga calls for Pandas 2.0.3. Coqui_TTS requires Pandas 1.5.3.

One simple fix is to update all requirement files to force Pandas 1.5.3 installation. This is a non-breaking solution.

Is there an existing issue for this?

  • [X] I have searched the existing issues

Reproduction

Run update_wizard_<OS>.sh Choose to update all extensions. Break everything.

Screenshot

No response

Logs

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tts 0.21.3 requires pandas<2.0,>=1.4, but you have pandas 2.2.2 which is incompatible.

System Info

Ubuntu 22.04

odysseyalive avatar Apr 20 '24 23:04 odysseyalive