Я делаю помощник Google с моей Raspberry Pi 3, и я просто пытаюсь включить и выключить светодиод, как в документах (https://developers.google.com/assistant/sdk/guides/service/python/extend/handle-device-commands), но когда я запускаю эту команду googlesamples-assistant-pushtotalk
, чтобы проверитьэто, я получаю сообщение об ошибке:
(env) pi@raspberrypi:~ $ googlesamples-assistant-pushtotalk
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.
Я пытался устранить неполадки, но, похоже, ничего не работает. Я полностью потерян здесь. Любая помощь приветствуется!
Спасибо!