Raspberry Pi 3 上的 Google Assistant 分段错误

2024-01-10

我正在尝试让 google Assistant 在 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 https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample用于设置。

我已经使用注册工具注册了我的设备,但它没有帮助。 另一方面一键通正在按预期工作。如果您能帮助我或为我指明正确的方向,那就太好了。


我通过将库升级到 v1.0.1 并在环境中运行来解决这个问题

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

This https://github.com/googlesamples/assistant-sdk-python/issues/313 helped.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Raspberry Pi 3 上的 Google Assistant 分段错误 的相关文章

随机推荐