git aws.push: Aucun module nommé boto

je suis en train de suivre le tutoriel: déployer django sur aws Elastic Beanstalk

quand je suis en train de faire l'Étape 6 de la sous-étape 5:

git aws.push

- Je obtenir un ImportError message:

(tryhasinenv)Lee-Jamess-MacBook-Pro:tryhasin h0925473$ git aws.push
Traceback (most recent call last):
  File ".git/AWSDevTools/aws.elasticbeanstalk.push", line 21, in <module>
    from aws.dev_tools import * 
  File "/Users/h0925473/tryhasin_root/tryhasin/.git/AWSDevTools/aws/dev_tools.py", line 5, in <module>
    import boto
ImportError: No module named boto

Je n'ai aucune idée de quoi faire. Quelqu'un peut-il me dire quel est le problème?

source d'informationauteur user2988464