Flask with Heroku, Import Error: No module named Flask Flask with Heroku, Import Error: No module named Flask heroku heroku

Flask with Heroku, Import Error: No module named Flask


You probably need to add Flask (and any other external dependencies) to a requirements.txt and include it in your repo.

You can use 'pip freeze > requirements.txt" to create it with what ever packages you have installed in your environment at the moment.