AWS Elastic Beanstalk error - ImportError: No module named flask.ext.sqlalchemy AWS Elastic Beanstalk error - ImportError: No module named flask.ext.sqlalchemy flask flask

AWS Elastic Beanstalk error - ImportError: No module named flask.ext.sqlalchemy


Make sure you have included a requirements.txt file in root directory of your project.

The file should include any pip package that needs to be installed

Flask-SQLAlchemy=1.0

http://www.pip-installer.org/en/latest/cookbook.html#requirements-files