Okie dokie,
I\'m trying to get Google\'s Dialogflow python API working with Google App Engine, and I seem to be running into issues when I run the application. I hav
I had this problem too, make sure you "vendor in" all your dependencies, e.g.
pip install -t lib six==1.9.0
To resolve this error, I had to specify the version to match the one used in my local installation of python libraries added by the gcloud tool