任何人都可以幫助Heroku的這個錯誤?Heroku:沒有模塊名爲flask,雖然它在requirements.txt
2015-01-12T22:26:00.575669+00:00 heroku[web.1]: Starting process with command `python hangman.py`
2015-01-12T22:26:01.066240+00:00 app[web.1]: Traceback (most recent call last):
2015-01-12T22:26:01.066256+00:00 app[web.1]: File "hangman.py", line 3, in <module>
2015-01-12T22:26:01.066262+00:00 app[web.1]: from flask import (
2015-01-12T22:26:01.066268+00:00 app[web.1]: ImportError: No module named flask
2015-01-12T22:26:01.742444+00:00 heroku[web.1]: Process exited with status 1
2015-01-12T22:26:01.751614+00:00 heroku[web.1]: State changed from starting to crashed
我的混帳回購協議是在這裏:https://github.com/PJBentham/Hangman
我相信只要設置而言,但我仍然得到上面的錯誤,無法弄清楚,爲什麼我所做的一切都是正確的嗎?
你有沒有整個Heroku日誌?日誌中的某處應該有需求的處理。 – Miguel