[PYTHON] A note when gcloud is broken

gcloud broke

No matter what you hit

ERROR:root:code for hash md5 was not found.

Come out

Cause

gcloud was watching python2.7

recovery

Make sure python 3.x is installed with brew

$ which python3

Check the location of python3 with

$ export CLOUDSDK_PYTHON=$(python3)

It was solved with.

Recommended Posts

A note when gcloud is broken
python note: when easy_install is not available
[Note] Significance that __unicode__ is necessary when defining a Django model class
Just a note
Python Note: When assigning a value to a string
What is a distribution?
Repairing a broken development environment with mavericks migration (Note)
What is a hacker?
pip> link> Is `sudo pip install` still a broken practice? <How about adding sudo when piping?
What is JSON? .. [Note]
Things to note when initializing a list in Python
A note about __call__
What is a pointer?
A note about subprocess
A note about mprotect (2)
Creating a list when the nomenclature is a fixed time
A memo when face is detected with Python + OpenCV quickly
[python] A note when trying to use numpy with Cython
A note when I can't open Jupyter Notebook on Windows
Is this string a decimal?
Is this a system trade?
A note about KornShell (ksh)
What is a decision tree?
Python list is not a list
What is a Context Switch?
What is a super user?
A note about TensorFlow Introduction
What is a system call
[Definition] What is a framework?
A small note following printf
This is a webiopi question
What is a callback function?
The image is a slug
What is a python map?
A note about [python] __debug__
I got a TypeError:'int' object is not iterable when using keras
[Python] Execution time when a function is entered in a dictionary value
A note I was addicted to when making a beep on Linux
A note I was addicted to when creating a table with SQLAlchemy
A note on using tab completion when running Python interactively on Windows
Determine if standard output is piped when running a Python script
A memo for when pip3 is installed with python2.7 for some reason