Closed aandroide closed 5 years ago
I am unable to replicate this issue. I leave this open to see if someone else reports this. As far as I know people have got the latest update running properly. Seems like a localized issue. Run pip freeze within environment and share the output.
Issue resolved...
i have also same issue
how can i slove it
IMPORTANT NOTICE
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so that it can be solved by as little as possible responses.
FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED
Board and OS details:
Open a terminal and run
the assistant does not start with the new update
Traceback (most recent call last): File "/home/pi/GassistPi/src/main.py", line 45, in
from google.cloud import speech
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech.py", line 19, in
from google.cloud.speech_v1 import SpeechClient
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/init.py", line 17, in
from google.cloud.speech_v1.gapic import speech_client
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/gapic/speech_client.py", line 33, in
from google.cloud.speech_v1.gapic.transports import speech_grpc_transport
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/gapic/transports/speech_grpc_transport.py", line 20, in
from google.cloud.speech_v1.proto import cloud_speech_pb2_grpc
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/proto/cloud_speech_pb2_grpc.py", line 4, in
from google.cloud.speech_v1.proto import (
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/proto/cloud_speech_pb2.py", line 46, in
google_dot_rpc_dot_statuspb2.DESCRIPTOR,
TypeError: init__() got an unexpected keyword argument 'serialized_options'
/home/${USER}/env/bin/python -u /home/${USER}/GassistPi/src/main.py --device_model_id 'replace this with the model id'
Traceback (most recent call last): File "/home/pi/GassistPi/src/main.py", line 45, in
from google.cloud import speech
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech.py", line 19, in
from google.cloud.speech_v1 import SpeechClient
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/init.py", line 17, in
from google.cloud.speech_v1.gapic import speech_client
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/gapic/speech_client.py", line 33, in
from google.cloud.speech_v1.gapic.transports import speech_grpc_transport
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/gapic/transports/speech_grpc_transport.py", line 20, in
from google.cloud.speech_v1.proto import cloud_speech_pb2_grpc
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/proto/cloud_speech_pb2_grpc.py", line 4, in
from google.cloud.speech_v1.proto import (
File "/home/pi/env/lib/python3.5/site-packages/google/cloud/speech_v1/proto/cloud_speech_pb2.py", line 46, in
google_dot_rpc_dot_statuspb2.DESCRIPTOR,
TypeError: init__() got an unexpected keyword argument 'serialized_options'