【发布时间】:2019-01-11 08:21:21
【问题描述】:
我正在尝试让谷歌助手在 Raspberry Pi 3 上运行。我遇到了一个错误
(env)pi@raspberrypi:~$ googlesamples-assistant-hotword --project-id buddy-fca9f --device-model-id xxxx-xxxxx-xxxx-xxxx.
device_model_id: xxxx-xxxx-xxxx-xxxx
device_id: DBxxxxxxxxxxxxxxxxxx
Segmentation fault
我正在关注https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample 进行设置。
我已经使用注册工具注册了我的设备,但它没有帮助。 另一方面,pushtotalk 正在按预期工作。如果您能帮助我或为我指明正确的方向,那就太好了。
【问题讨论】:
标签: python raspberry-pi raspberry-pi3 google-assistant-sdk