I just installed the google cloud package on R (cloudml). When I submit a job to the cloud I get this error message:
Error: ERROR: gcloud invocation failed [exit status 1]
[command]
cmd /c C:\Users\vidar\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gsutil.cmd ls -p
[output]
[errmsg] 'C:\Users\vidar\AppData\Local\Google\Cloud' is not recognized as an internal or external command, operable program or batch file.
Installing the cloudml package in R took care of installing Google SDK and I didn't get any error message or anything during the installation process.
Any idea why I get this error message?