Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named ‘google.assistant.embedded' #7

Open
benmcmaster opened this issue Jun 6, 2017 · 4 comments
Open

ImportError: No module named ‘google.assistant.embedded' #7

benmcmaster opened this issue Jun 6, 2017 · 4 comments

Comments

@benmcmaster
Copy link

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?

@oscartprom
Copy link
Contributor

Make sure you have the virtualenv activated (and you installed the library with it activated) before running python -m googlesamples.rpi.

@vks1947
Copy link

vks1947 commented Jan 2, 2018

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'

@rangodjango
Copy link

rangodjango commented Feb 22, 2018

Same issue here. When I try to run python3 -m googlesamples.rpi , this error came out:
ImportError: No module named 'googlesamples.rpi' .

virtualenv was activated before executing it. How can I fix this?

@NatiDaddy
Copy link

Same. Someone help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants