1
votes

I have installed the google assistant on a raspberry pi 1b (one of the first revisions) without any issues following https://developers.google.com/assistant/sdk/develop/python/run-sample when running the google-assistant-demo it returns and illegal instruction before exiting.

any advice on how to get this running?

thanks in advance

1

1 Answers

1
votes

The Google Assistant Library for Python that is part of the Google Assistant SDK only supports x86_64 and ARMv7 (Raspberry Pi 2 and 3) architectures but not the ARMv6 (Raspberry Pi 1) architecture.