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

Clean install of oauth2l in docker container produces scope error #5

Closed
wora opened this issue Jun 7, 2016 · 1 comment
Closed

Comments

@wora
Copy link
Contributor

wora commented Jun 7, 2016

Try the following sequence in docker on mac os x:

1 apt-get update
2 apt-get install python2.7
3 python2.7 get-pip.py
4 pip install google-oauth2l
5 oauth2l fetch cloud-platform

Got the following error:

Successfully built oauth2client httplib2
Installing collected packages: six, httplib2, pyasn1, pyasn1-modules, rsa, oauth2client, google-apitools, google-oauth2l
Successfully installed google-apitools-0.5.4 google-oauth2l-0.8.0 httplib2-0.9.2 oauth2client-2.1.0 pyasn1-0.1.9 pyasn1-modules-0.0.8 rsa-3.4.2 six-1.10.0
root@17df79961545:~# oauth2l fetch cloud-platform
Error encountered in fetch operation: 'NoneType' object has no attribute 'create_scoped'

@wora
Copy link
Contributor Author

wora commented Jun 15, 2016

We can close this issue since v0.9.0 has dropped dependency on google-apitools and this problem no longer reproduces.

@wora wora closed this as completed Jun 15, 2016
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

1 participant