PicoTTS Errors

In my hunt for a more natural sounding TTS service I installed PicoTTS yesterday afternoon.

I noticed 2 errors in my logs,

Error setting up platform: picotts
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/tts/__init__.py", line 137, in async_setup_platform
    tts.async_register_engine(p_type, provider, p_config)
  File "/usr/src/homeassistant/homeassistant/components/tts/__init__.py", line 275, in async_register_engine
    provider.hass = self.hass
AttributeError: 'bool' object has no attribute 'hass'

and

'pico2wave' was not found

I am running Home Assistant .100.3 in a docker container, which I think is the source of the log errors.

I have no idea however on how to correct this.

i also have this error, any news ?

I haven’t been able to figure this out.

can you show what instructions you used to install picotts?

Since I’m running Home Assistant on Ubuntu I just did a

sudo apt-get install libttspico-utils

Although, now that you asked I have Home Assistant running in Docker which means it wouldn’t know I installed Picotts on the Docker host OS… hmmmm