Skip to content

AllTalk_TTS giving errors when run using ./start_alltalk.sh in ubuntu 22.04 #266

Answered by erew123
ahmetax asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ahmetax

That's certainly an unusual one Ive not seen before. Im guessing you are using V1 of AllTalk v1 and not the AllTalk v2 BETA, as the V1 does an import of TTS on line 118. Both should work fine though (I both use and tested on Ubuntu 22.04).

I can think of 2x things to try/check.

  1. Run ./start_environment.sh and then run pip install librosa==0.10.1

You can also try:

  1. Run ./start_environment.sh and then run pip uninstall tts and then pip install coqui-tts

After either of these you should be able to do pip show librosa or pip show coqui-tts and they should both come back showing they are installed and librosa should should its version 0.10.1.

At this moment in time, Im thinking s…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ahmetax
Comment options

Answer selected by ahmetax
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants