No matter what you hit
ERROR:root:code for hash md5 was not found.
Come out
gcloud was watching python2.7
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