I'm trying to deploy my Python Flask app to Google Cloud. It runs fine on my local machine but I get an error when deploying to the cloud. I get "Resource punkt not found". From what I can see, I've set the NLTK_DATA variable to be the correct path. It even shows that nltk is looking in that directory for the punkt folder. I'm deploying with App Engine on Google. Using textblob/nltk for sentiment analysis. The error I'm getting is "textblob.exceptions.MissingCorpusError". I'm stuck now so turning to you guys for help.