无法验证谷歌SDK

时间:2018-01-18 18:13:03

标签: python-3.x google-oauth google-assistant-sdk google-assist-api

我使用的是Mac 10.13.2,我正在尝试按照说明获取谷歌助手设置。

我已经安装了google-assistant-sdk [samples]以及google-api-python-client以及google-auth-oauthlib [工具]我相信(当我尝试时,所有返回Requirement already up-to-date:的字符串安装/升级它们。

但是,只要我尝试这个命令: 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

我收到以下错误: /usr/local/bin/python3: No module named google-oauthlib-tool

我说错了吗?

哦,这就是我运行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

时得到的结果

这就是我运行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

时得到的结果

0 个答案:

没有答案