Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Google TTS Engine not available #717

Open
appeacock opened this issue Aug 27, 2019 · 4 comments
Open

Google TTS Engine not available #717

appeacock opened this issue Aug 27, 2019 · 4 comments

Comments

@appeacock
Copy link

appeacock commented Aug 27, 2019

On the off chance there is an active developer able to review versus redirecting to an equally inactive forum:

pi@raspberrypi:~ $ ~/jasper/jasper.py
*******************************************************
*             JASPER - THE TALKING COMPUTER           *
* (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
*******************************************************
ERROR:root:Error occured!
Traceback (most recent call last):
  File "/home/pi/jasper/jasper.py", line 146, in <module>
    app = Jasper()
  File "/home/pi/jasper/jasper.py", line 105, in __init__
    tts_engine_class = tts.get_engine_by_slug(tts_engine_slug)
  File "/home/pi/jasper/client/tts.py", line 665, in get_engine_by_slug
    "missing dependencies, etc.)") % slug)
ValueError: TTS engine 'google-tts' is not available (due to missing dependencies, etc.)

Reproduced after 2 attempts to start Jasper with same TTS engine as well as AT&T method. Same error. Code fails and does not indicate any problems.

@appeacock
Copy link
Author

appeacock commented Aug 27, 2019

profile.yml:

first_name: <scrub>
gmail_address: <scrub>
gmail_password: <scrub>
keys:
  GOOGLE_SPEECH: <scrub>
last_name: <scrub>
phone_number: '<scrub>'
prefers_email: true
stt_engine: google
tts_engine: google-tts
timezone: America/Los_Angeles
wmo_id: 72483

@appeacock appeacock changed the title Google TTA not available Google TTS Engine not available Aug 27, 2019
@mecparts
Copy link

As a test, does a local TTS engine work, say pico-tts?

@appeacock
Copy link
Author

I've abandoned jasper as a project worth pursuing due to the number of unresolved issues and 5 years of no development activity. If I do pursue it, it will be as an offline fix-it project

@appeacock
Copy link
Author

The work on Jasper - specifically making it work as-is and refactoring to Python 3 is being conducted at https://github.com/aplawson/jasper-client -- including a tutorial on how to build it and/or deploy it with a custom Raspbian ISO image. //adam

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants