-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
Also having this issue Thanks for your time/support! python -m googlesamples.assistant.auth_helpers --client-secrets /home/pi/client_secret_XXXXX.json |
Assistant SDK changed. Run this one instead to get the token.
|
where is the authhelper libary located? |
The link is created but when I click that link Google says 400. That's an error |
The link is created but the authorization code is invalid... |
It worked for me there was a spelling mistake so check once again and retry |
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 |
I have the same issue as @prateekjain04 . python3.6 on fedora 27. |
@prateekjain04 Also getting this issue running python 3.6.3 on windows. |
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? |
SOLVED : Issues related to google-oauthlib-tools or googlesamples.assistant.auth_helpers |
Solved - https://youtu.be/9ileyWIm7wI |
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
The text was updated successfully, but these errors were encountered: