from google.cloud import automl_v1beta1
is the line with the error.
It works fine on my local, but I'm not sure how I can make sure those modules are installed on my remote app engine app.
And this is the requirement.txt I deployed with. Did I miss something?
Flask==1.0.2
google-api-python-client==1.7.9
google-cloud==0.34.0