繁体   English   中英

Raspberry Pi 3:Google Assistant细分错误

[英]Raspberry Pi 3: Google Assistant Segmentation Fault

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

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

Segmentation fault

到目前为止我尝试过的是:

我注意到的是,电话上的Google助手应用程序也显示我有0个本地设备。

我有和你完全一样的问题。 我通过将库升级到v1.0.1来解决它,方法是在env中运行它

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

基于GitHub上有关Assistant SDK的此问题的讨论。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM