Deploying a Python Flask Web Application to App Engine Flexible Reviews

25906 reviews

Rafael I. · Reviewed over 1 year ago

runtime not working

Bédjran S. · Reviewed over 1 year ago

VERSION PYTHON NON SUPPORTEE

Alexis D. · Reviewed over 1 year ago

See comment from Jimmy C. about a month ago with a version of app.yaml that works.

Peter F. · Reviewed over 1 year ago

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available.. How?

Peter F. · Reviewed over 1 year ago

I tried to deploy app using python version 3.7 to 3.12, but it errors with python EOS in all version.

Boryeon P. · Reviewed over 1 year ago

Michelle S. · Reviewed over 1 year ago

Sheldon P. · Reviewed over 1 year ago

Nishi .. · Reviewed over 1 year ago

Joe R. · Reviewed over 1 year ago

Christopher L. · Reviewed over 1 year ago

yeseswini c. · Reviewed over 1 year ago

JAGAN MOHAN REDDY N. · Reviewed over 1 year ago

bad

Karthik kumar K. · Reviewed over 1 year ago

Sheldon P. · Reviewed over 1 year ago

Rachana K. · Reviewed over 1 year ago

Amrutha Gowri J. · Reviewed over 1 year ago

Joshua I. · Reviewed over 1 year ago

Could not finish the lab due to an error received when deploying the app: ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available..

Claudiu I. · Reviewed over 1 year ago

Python 3.7 doesn't work

Qin W. · Reviewed over 1 year ago

Jeong Y. · Reviewed over 1 year ago

Seah P. · Reviewed over 1 year ago

Encountered error need to fix by clouskillboost Do you want to continue (Y/n)? Y Beginning deployment of service [default]... Uploading 1 file to Google Cloud Storage 100% 100% File upload done. ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available.. (env) student_00_3d99cc8721cc@cloudshell:~/flex_and_vision (qwiklabs-gcp-01-caea06de10f8)$

Mukesh H. · Reviewed over 1 year ago

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available..

Natchanon B. · Reviewed over 1 year ago

The use of python 2.7 doesn't seem to be supported anymore and new versions require the addition of operating_system in app.yml : “INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available”. It works with: runtime: python env: flex entrypoint: gunicorn -b :$PORT main:app runtime_config: python_version: 3.8 operating_system: "ubuntu22" env_variables: CLOUD_STORAGE_BUCKET: qwiklabs-gcp-03-5bfe6b3af430 manual_scaling: instances: 1

Jimmy C. · Reviewed over 1 year ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.