Installing Google assistant on my pi with this guide: https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample
(env) pi@raspberrypi:~ $ source env/bin/activate
(env) pi@raspberrypi:~ $ googlesamples-assistant-hotword --project_id 'celius-54926' --device_model_id 'celius-54926-celius-qyn1r6'
device_model_id: celius-54926-celius-qyn1r6
device_id: A1CE24415E5C880BCA74644CD6315DC2
Segmentation fault
I had the same issue.
I carried on reading the page : https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample under the heading "Find the device instance ID" it seems my device was not registered.
So I manually registered the device from the pi with the help page here: https://developers.google.com/assistant/sdk/reference/device-registration/device-tool#register-device.
So I followed the link and enabled the API under my google account, and retried.
Now it works ok.
I face same problem for Ubuntu assistant setup, I found my google assistant api was not enabled. I enable it from api console and it started working.
I was facing the same issue. After a lot of research, I found that there was a new version of google-assistant-library
Once I upgraded the same to v1.0.1 from 1.0.0, the issue was resolved.
Open your env and run
Let me know if any issues.