【发布时间】:2019-01-21 00:07:00
【问题描述】:
我按照https://developers.google.com/assistant/sdk/guides/library/python/embed/setup 上的说明在我的 Raspberry Pi 3 上设置 Google 助手。不幸的是,使用启动指令命令给我一个分段错误:
$ googlesamples-assistant-hotword --project-id xxxxx --device-model-id xxxxx
device_model_id: xxxxx
device_id: BE5AC9Dxxxxxxxxxxxxxxxxxxxxxxx
Segmentation fault
到目前为止我尝试了什么:
- 像这篇文章一样注册设备成功,seg fault 仍然出现: Google Assistant on Raspberry pi Segmentation fault
- 我的 Google Assistant API 已启用
- 没有项目 id 它可以工作,因为 这里说: Google Assistant on Raspberry Pi 3 Segmentation fault
我注意到的是,我手机上的谷歌助手应用也显示我有 0 个本地设备。
【问题讨论】:
标签: raspberry-pi3 google-assistant-sdk