Raspberry Pi Google Assiatant Not Working
I am making a google assistant on my raspeberry pi. But at the end, when I type (env) pi@Raspberrypi:~ $ python -m googlesamples.assistant.grpc.pushtotalk It just says: INFO:root
Solution 1:
solution: update the library, using the following command py -m pip install --upgrade google-assistant-sdk[samples]
Apparently there was a bug in the library. Updating the library solved the issue.
Post a Comment for "Raspberry Pi Google Assiatant Not Working"