问题
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