step 28: facing similar issue. when I try to run python -m googlesamples.rpi
assistant = embedded_assistant_pb2.EmbeddedAssistantStub(grpc_channel)
AttributeError: module 'google.assistant.embedded.v1alpha1.embedded_assistant_pb2' has no attribute 'EmbeddedAssistantStub'
I think it is because google APIs have changed.
step 28: facing similar issue. when I try to run python -m googlesamples.rpi
assistant = embedded_assistant_pb2.EmbeddedAssistantStub(grpc_channel) AttributeError: module 'google.assistant.embedded.v1alpha1.embedded_assistant_pb2' has no attribute 'EmbeddedAssistantStub'