Remotely connected to my gcloud vm (compute engine) using ssh through gcloud sdk shell and putty. Created a sample python script as per the quickstart: https://cloud.google.com/tpu/docs/quickstart
Trying to run the script but getting error no module named tensorflow. Have both python 2.7.14 and 3.5.4 installed locally. I can run python scripts locally but not in the gcloud shell.
Any help is greatly appreciated Thanks