I had some issues installing Minikube on MacOS Sierra (10.12.6). This is a quick post to the workaround that worked for me. I tried following comments on (https://github.com/kubernetes/minikube/issues/2765) but they didn’t work for me unfortunately.

Install minikube version 0.25.2

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
minikube start
minikube start --container-runtime=cri-o