Interrupted pip install

I installed LibreTranslate with pip install libretranslate. When I ran it, it started downloading models, but I interrupted the process with ^C.

Now, whenever I run libretranslate, it starts up without any models. I have tried uninstalling libretranslate and all its dependencies, then re-installing, but it will not continue downloading the models.

Is there any way to continue downloading the models, or at least to download them on my own and put them where the application can find them? Or some way to uninstall so that the model download can restart?

1 Like

Try deleting all existing models and downloads with:

rm -rf ~/.local/share/argos-translate/
rm -rf ~/.local/cache/argos-translate/

1 Like

Thanks! That did it!

1 Like