Raspberry Pi google assiatant not working

你说的曾经没有我的故事 提交于 2019-12-25 02:46:40

问题


I am making a google assistant on my raspeberry pi. But at the end, when I type

(env) pi@Raspberrypi:~ $ python -m googlesamples.assistant.grpc.pushtotalk

It just says:

INFO:root:Connecting to embeddedassistant.googleapis.com
WARNING:root:Device config not found: [Errno 2] No such file or           directory: '/home/pi/.config/googlesamples-assistant/device_config.json'
INFO:root:Registering device
ERROR:root:Option --device-model-id required when registering a device     instance.

回答1:


solution: update the library, using the following command py -m pip install --upgrade google-assistant-sdk[samples]

Apparently there was a bug in the library. Updating the library solved the issue.



来源:https://stackoverflow.com/questions/48167501/raspberry-pi-google-assiatant-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!