I'm on Mac 10.13.2 and I'm trying to follow the instructions for getting google assistant setup.
I have installed google-assistant-sdk[samples] as well as google-api-python-client as well as google-auth-oauthlib[tool] I believe (all return strings of Requirement already up-to-date:
when I try to install/upgrade them.
However, as soon as I try this command:
python3 -m google-oauthlib-tool --client-secrets /Users/eric/Documents/18-01-15\ VoiceSearch/client_secret_xxSECRETNUMBERxx.apps.googleusercontent.com.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless
I get the following error:
/usr/local/bin/python3: No module named google-oauthlib-tool
Have I set something up wrong?
Oh and this is what I get when I run python3 -m pip show google-assistant-sdk
Name: google-assistant-sdk
Version: 0.4.2
Summary: Samples and Tools the Google Assistant SDK
Home-page: https://github.com/googlesamples/assistant-sdk-python
Author: Google Assistant SDK team
Author-email: proppy+assistant-sdk@google.com
License: Apache 2.0
Location: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requires: google-auth-oauthlib
And this is what I get when I run python3 -m pip show google-auth-oauthlib
Name: google-auth-oauthlib
Version: 0.2.0
Summary: Google Authentication Library
Home-page: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Author: Google Cloud Platform
Author-email: jonwayne+google-auth@google.com
License: Apache 2.0
Location: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requires: requests-oauthlib, google-auth