You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
When I try to run
python -m googlesamples.rpi
from Step 28 I am getting this error:ImportError: No module named 'google.assistant.embedded'
Has anyone seen this? Anyone know of a fix?
The text was updated successfully, but these errors were encountered: