assistant-sdk-python
assistant-sdk-python copied to clipboard
Samples and bindings for the Google Assistant API
### Description pyOpenSSL and urllib3[secure] are deprecated in the upcoming release (1.26.12) https://github.com/urllib3/urllib3/issues/2680 modified to urllib3[secure] to urllib3
I finally managed to get Google Assistant hotword back by modifying the code and adding the speech recognition module!!! You can check my guide and the modified code in my...
``` (env) aj@pi:~/GA $ googlesamples-assistant-audiotest /home/aj/GA/env/lib/python3.9/site-packages/cffi/cparser.py:163: UserWarning: Global variable 'stderr' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern') warnings.warn("Global variable '%s' in cdef():...
``` (env) aj@pi:~/GA $ googlesamples-assistant-audiotest /home/aj/GA/env/lib/python3.9/site-packages/cffi/cparser.py:163: UserWarning: Global variable 'stderr' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern') warnings.warn("Global variable '%s' in cdef():...
When I try to run pushtotalk it produces a syntax error. I have registered my device correctly: C:\WINDOWS\system32>googlesamples-assistant-devicetool list --model Device Model Id: mygassistant-195601-prototype-v1 Project Id: mygassistant-195601 Device Type: action.devices.types.LIGHT...
File "C:\Users\sanjaypranav\.conda\envs\mmdet\lib\site-packages\mmcv\fileio\file_client.py", line 535, in get with open(filepath, 'rb') as f: PermissionError: [Errno 13] Permission denied: 'data/cityscapes/leftImg8bit/train/strasbourg'  what should i do to solve this error ?
just random text added to existing readme file
I had recently tried the Google Assistant SDK (https://developers.google.com/assistant ... ice/python) on my raspberry pi, but when I tried to add my custom actions It prompted my to download the...
Officially, Google Assistant supports Russian language, but SDK doesn't have support for it. Will SDK support Russian language later?
File "/home/pi/env/bin/googlesamples-assistant-pushtotalk", line 5, in from googlesamples.assistant.grpc.pushtotalk import main File "/home/pi/env/lib/python3.9/site-packages/googlesamples/assistant/grpc/pushtotalk.py", line 28, in import grpc File "/home/pi/env/lib/python3.9/site-packages/grpc/__init__.py", line 22, in from grpc import _compression File "/home/pi/env/lib/python3.9/site-packages/grpc/_compression.py", line 15, in...