Raspberry Pi3:Google助手分段错误

Raspberry Pi 3: Google Assistant Segmentation Fault

我按照 https://developers.google.com/assistant/sdk/guides/library/python/embed/setup 上的说明在我的 Raspberry Pi 上设置 Google Assistant 3. 不幸的是,使用 hotword 命令给我一个分段错误:

$ googlesamples-assistant-hotword --project-id xxxxx --device-model-id xxxxx
device_model_id: xxxxx
device_id: BE5AC9Dxxxxxxxxxxxxxxxxxxxxxxx

Segmentation fault

到目前为止我尝试了什么:

我注意到,我在 phone 上的 google 助手应用程序也说我有 0 个本地设备。

我遇到了和你完全一样的问题。我通过将库升级到 v1.0.1 解决了这个问题,通过 运行 this in the env

python -m pip install --upgrade google-assistant-library==1.0.1

基于 this issue on the GitHub 对 Assistant SDK 的讨论。