Created
February 9, 2015 17:01
-
-
Save natea/73dc9e7c4cca1d1b6a91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/nateaune/google-cloud-sdk/install.sh | |
Welcome to the Google Cloud SDK! | |
Traceback (most recent call last): | |
File "/Users/nateaune/google-cloud-sdk/bin/bootstrapping/install.py", line 8, in <module> | |
import bootstrapping | |
File "/Users/nateaune/google-cloud-sdk/bin/bootstrapping/bootstrapping.py", line 17, in <module> | |
import oauth2client.gce as gce | |
File "/Users/nateaune/google-cloud-sdk/bin/bootstrapping/../../lib/oauth2client/gce.py", line 27, in <module> | |
from oauth2client.client import AccessTokenRefreshError | |
File "/Users/nateaune/google-cloud-sdk/bin/bootstrapping/../../lib/oauth2client/client.py", line 34, in <module> | |
import httplib2 | |
File "/Users/nateaune/google-cloud-sdk/bin/bootstrapping/../../lib/httplib2/__init__.py", line 930, in <module> | |
class HTTPSConnectionWithTimeout(httplib.HTTPSConnection): | |
AttributeError: 'module' object has no attribute 'HTTPSConnection' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment