You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when importing the coqui service it just prints that the package is not installed if something fails but there is still an error message attached
try:
fromTTS.apiimportTTSexceptImportErrorase:
logger.error(e)
logger.error("Missing packages. Run `pip install TTS` to use CoquiService.")
This would solve the problem and report the actual error to the user
WARNING Japanese requires mecab-python3 and unidic-lite.
Like this in my case. I struggled a while to find out that installing the package is not the actual error
The text was updated successfully, but these errors were encountered:
Currently when importing the coqui service it just prints that the package is not installed if something fails but there is still an error message attached
This would solve the problem and report the actual error to the user
Like this in my case. I struggled a while to find out that installing the package is not the actual error
The text was updated successfully, but these errors were encountered: