【问题标题】:Raspberry Pi 3: Google Assistant Segmentation Fault树莓派 3:谷歌助手分割错误
【发布时间】: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

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

我注意到的是,我手机上的谷歌助手应用也显示我有 0 个本地设备。

【问题讨论】:

    标签: raspberry-pi3 google-assistant-sdk


    【解决方案1】:

    我遇到了和你一样的问题。我通过在 env 中运行将库升级到 v1.0.1 解决了这个问题

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

    基于 this issue 对 Assistant SDK 的 GitHub 的谈话。

    【讨论】:

    • 哇,太棒了!这确实有效,非常感谢!
    猜你喜欢
    • 2022-07-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-06-10
    • 2020-03-23
    • 1970-01-01
    • 2018-01-07
    相关资源
    最近更新 更多