Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure in running the cloudml_train() which was successful before #215

Open
snowlover173 opened this issue Aug 12, 2020 · 0 comments
Open

Comments

@snowlover173
Copy link

I ran a cloudml_train('training.R',config="config.yml") which successfully ran a few months ago.
This time it gave me the followng error:

Submitting training job to CloudML...

Error: ERROR: gcloud invocation failed [exit status 1]

[command]
/usr/lib/google-cloud-sdk/bin/gcloud --account project-service-account@xxxxx.com --project xxxxx ai-platform jobs submit training cloudml_2020_08_11_xxxxx --job-dir=gs://xxxxx/r-cloudml/staging --package-path=cloudml-model --module-name=cloudml-model.cloudml.deploy --runtime-version=1.9 --region=us-central1 --config=cloudml-model/cloudml.yml -- Rscript

[output]

[errmsg]
ERROR: (gcloud.ai-platform.jobs.submit.training) INVALID_ARGUMENT: Field: runtime_version Error: The specified runtime version '1.9' with the Python version '' is not supported or is deprecated. Please specify a different runtime version. See https://cloud.google.com/ml-engine/docs/runtime-version-list for a list of supported versions

  • '@type': type.googleapis.com/google.rpc.BadRequest
    fieldViolations:

Then I passed python version 2.7 and API version 2.1 in the config yml file which passed this error. However, it is not successful anymore and the job failed again.

has there been any change in this library? The program is the exact same one that I ran before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant