--
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 google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ca106ff4-5dba-4f59-82f9-efbdb4de49c4%40googlegroups.com.
“google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible” and “You are using pip version 10.0.1, however version 20.0.2 is available” are warning messages that show up as the version for these libraries are updated gradually and might not always be on the latest version. However, it should not produce any issues at the moment of deploying or any issues with the application itself.
Failure status: UNKNOWN: Error Response: [4] DEADLINE_EXCEEDED
Step #1: google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible.
Step #1: Running setup.py bdist_wheel for grpcio: started
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: still running...
Step #1: Running setup.py bdist_wheel for grpcio: finished with status 'done'
Hello,
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'
args: ['-c', 'gcloud config set app/cloud_build_timeout 1800 && gcloud app deploy my-service/my-config.yaml']
Setting "timeout:" in the build step didn't work for me, perhaps because it doesn't actually call gcloud config set app/cloud_build_timeout.
I found the tip here:
https://stackoverflow.com/questions/60070274/why-cant-i-override-the-timeout-on-my-google-cloud-build