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

no module named googlesamples #5

Open
antoves opened this issue May 20, 2017 · 12 comments
Open

no module named googlesamples #5

antoves opened this issue May 20, 2017 · 12 comments

Comments

@antoves
Copy link

antoves commented May 20, 2017

Hello, I tried to run your project but I think that something has changed in the Google SDK system.
When I try to run a sample I receive the following error:

/usr/bin/python: No module named googlesamples.assistant.auth_helpers

Is there any solution?

Thank you for the attention

@ghost
Copy link

ghost commented May 20, 2017

Also having this issue

Thanks for your time/support!

python -m googlesamples.assistant.auth_helpers --client-secrets /home/pi/client_secret_XXXXX.json
/home/pi/env/bin/python: No module named googlesamples.assistant.auth_helpers

@warchildmd
Copy link
Owner

Assistant SDK changed.

Run this one instead to get the token.

pip install --upgrade google-auth-oauthlib[tool]
google-oauthlib-tool --client-secrets path/to/client_secret_XXXXX.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless

@Wqrld
Copy link

Wqrld commented Jun 17, 2017

where is the authhelper libary located?

@gauravg01
Copy link

The link is created but when I click that link Google says 400. That's an error

@MarlonHenq
Copy link

The link is created but the authorization code is invalid...

@gauravg01
Copy link

It worked for me there was a spelling mistake so check once again and retry

@prateekjaindev
Copy link

doing the same:

py -m google-oauthlib-tool --client-secrets --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless

but getting this error: C:\Python27\python.exe: No module named google-oauthlib-tool

on python36 getting the same error........plzzz help

@jglueckstein
Copy link

I have the same issue as @prateekjain04 . python3.6 on fedora 27.

@alexwohlbruck
Copy link

@prateekjain04 Also getting this issue running python 3.6.3 on windows.

@djthrottle
Copy link

Has anybody figured this out? no google-oauthlib-tool module. maybe this is in where the windows sets its python vars up? If i directly insert the path and folder name of this oauthlib_tool would that work?

@whzbngry
Copy link

whzbngry commented Jun 6, 2018

SOLVED : Issues related to google-oauthlib-tools or googlesamples.assistant.auth_helpers
I wrote the solution at http://sparkthatplug.weebly.com/
Let me know if it works for you.

@whzbngry
Copy link

Solved - https://youtu.be/9ileyWIm7wI

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

10 participants