0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Google Cloud SDKをインストールしようと思ったらAttributeError: 'module' object has no attribute 'HTTPSConnection'

Last updated at Posted at 2015-09-24

(追記)Caskでインストールできそうなので、そっちの方がオススメです

MacOSX上でGoogle Cloud SDKをインストールしようと思ったら怒られました。

$ curl https://sdk.cloud.google.com | bash
(略)
Welcome to the Google Cloud SDK!
Traceback (most recent call last):
(略)
AttributeError: 'module' object has no attribute 'HTTPSConnection'

HomebrewのPythonをアップデートしたら動くようになりました。

$ brew update && brew upgrade python

元ネタ

同じ内容でハマってる人がいました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?