python - No module named googlesamples.assistant.auth_helpers -
i'm receiving error when trying install google assistant
, , using windows 10
, python 3.6
, sdk 0.3.3
. please recommend next step? i've tried inputting in string recommended on other sites, ends --scope https://googleapis.com...
did not work.
easy fix hard find. need make sure settings there mentioned before. completed above actions, , set administrator , input 3 commands: pip install --upgrade google-api-python-client
pip install --upgrade google-auth-oauthlib[tool]
google-oauthlib-tool --client-secrets path/to/client_secret_xxxxx.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless
success!
Comments
Post a Comment