AWS Sentiment Analysis tutorial crash "No module named nltk"

Trying to play with AWS sentiment analysis, I follow the tutorial

http://docs.aws.amazon.com/gettingstarted/latest/emr/getting-started-emr-sentiment-streaming-job.html

Step 5 describes how to create an EMR cluster to use map and process data stores in S3.

However, I get problems since

warning: install_lib: 'build/lib' does not exist -- no Python modules to install
/usr/bin/python: No module named nltk

When the bootstrap action starts and the specified sh file is executed:

s3: //awsdocs/gettingstarted/latest/sentiment/config-nltk.sh

Does anyone have a hint on how to do this?

+4
source share
1 answer

AWS Forums. pip python. , , AWS, , , bootstrap .

+1

All Articles