Hi all, for some reason (I know it's somehow my fault :) ), I am not able anymore (I did it several times in the last few days) to deploy on App Engine standard with the command gcloud app deploy. In particular see below the traceback I can get from the log. Any idea on what is causing this ?
Thanks, Ignacio Log detail: DEBUG: (gcloud.app.deploy) Error Response: [9] Application startup error:/bin/sh: 1: exec: gunicorn: not found Traceback (most recent call last): File "/google/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line 804, in Execute resources = args.calliope_command.Run(cli=self, args=args) File "/google/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", line 871, in Run resources = command_instance.Run(args) File "/google/google-cloud-sdk/lib/surface/app/deploy.py", line 61, in Run args, runtime_builder_strategy=runtime_builder_strategy) File "/google/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 425, in RunDeploy all_services, app.gcrDomain) File "/google/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 254, in Deploy endpoints_info) File "/google/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", line 144, in DeployService operation) File "/google/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", line 144, in WaitForOperation encoding.MessageToPyValue(completed_operation.error))) OperationError: Error Response: [9] Application startup error:/bin/sh: 1: exec: gunicorn: not found ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error:/bin/sh: 1: exec: gunicorn: not found -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/04980bf9-1289-4941-923a-3d6c8065396c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
