I'm getting ImportError: No module named protobuf from the line from google.protobuf import timestamp_pb2 because the google module refers to the AppEngine SDK.
This is a well-known issue that's been around for years. Maybe you can bundle protobuf directly inside gcloud-python instead of an external dependency?
I'm getting
ImportError: No module named protobuffrom the linefrom google.protobuf import timestamp_pb2because thegooglemodule refers to the AppEngine SDK.This is a well-known issue that's been around for years. Maybe you can bundle
protobufdirectly insidegcloud-pythoninstead of an external dependency?