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.
If you pull from the github master branch now, it should work. (If you still experience problems, please report here or file a new issue at https://github.com/rstudio/cloudml/issues)
Great, solved now, thanks @andrie. I still needed an explicit job_collect() command (the Y didn't work when I was given the choice in the R console), but otherwise worked great.