I'm getting the following error when I try to submit a training job to Cloud ML using the cloudml package (I'm replicating the keras fraud example here):
Error in gsutil_binary() : failed to find 'gsutil' binary
I've used gcloud_install() and installed everything, and set up my configurations with the shell as it opens after install. Running gsutil --version gives me gsutil version: 4.28, so it seems to have installed OK.
Anything I'm missing?