我在这里遵循本教程:
https://www.hackster.io/Salmanfarisvp/googlepi-google-assistant-on-raspberry-pi-9f3677
在我的Raspberry Pi 3上使用Google Asistant。
我到了第4步(使用更新的SDK),但我得到以下输出:
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
有一些mentions相同的错误,但在那里提供的解决方案对我没有用(我已经将库更新到最新版本)
非常感谢任何帮助。
谢谢!
答案 0 :(得分:0)
请按this step in the documentation注册设备型号。
然后,您应该在运行示例时包含--device-model-id
参数。
googlesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model