嘿,我正在尝试通过以下YouTube视频在Windows 10电脑上使用Google助手:https://www.youtube.com/watch?v=kKUlgDdLVe0
在执行这些步骤时,键入此命令时遇到问题:
input:
py -m googlesamples.assistant.auth_helpers --client-secrets path/to/.json
output:
D:\Documents\python.exe: No module named googlesamples.assistant.auth_helpers
我尝试过但没有用的东西:
我尝试过的命令:
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
python -m googlesamples.assistant.grpc.pushtotalk
python -m googlesamples.assistant.grpc.audio_helpers
google-oauthlib-tool --scope https://www.googleapis.com/auth/assistant-sdk- prototype \ --scope https://www.googleapis.com/auth/gcm \--save --headless --client-secrets D:\Documents\GoogleAssistant\<MyFile.json>
pip install --upgrade google-api-python-client
关于主题的不同话题: