gauravsacc / MMM-GoogleAssistant

Google Assistant module for magic mirror https://github.com/MichMich/MagicMirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assistant.py error out

rahul1990bhatia opened this issue · comments

Hi,

when I am trying to run assistant.py I am getting following error
python assistant.py
Traceback (most recent call last):
File "assistant.py", line 27, in
from google.assistant.library import Assistant
ImportError: No module named 'google.assistant.library'

missed this:

pip install --upgrade google-assistant-library

@rahul1990bhatia
My sample code works fine. I changed my subscribe key and public key in assistant.py also I entered magic-mirror-device-id and after running assistant.py I receive msgs: pubnub subscription completed and hello from python!! but there is no response from google assistant , google assistant does not work.
PLease help me out. Thanks in advance.