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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -