In the instructions for installing google-cloud-sdk-app-engine-python
, it runs you through installing the gcloud SDK. It starts out innocent enough:
I would run sudo apt-get install google-cloud-sdk
and get this:
[...]
Setting up google-cloud-sdk (178.0.0-0) ...
Killed
dpkg: error processing package google-cloud-sdk (--configure):
subprocess installed post-installation script returned error exit status 137
Errors were encountered while processing:
google-cloud-sdk
E: Sub-process /usr/bin/dpkg returned an error code (1)
Part of my thinking behind setting up an instance on Google Compute Engine was to utilize Google's infrastructure under the impression that maybe it would connect to other parts of Google's infrastructure better, or at least more simply, than doing it from EC2 (or others). Alas... ;)