我正在尝试在 heroku 中上传我的应用程序,但是当我尝试进行第一次推送时,我得到了这个:
-----> Python app detected
-----> No runtime.txt provided; assuming python-2.7.4.
-----> Preparing Python runtime (python-2.7.4)
-----> Installing Distribute (0.6.36)
-----> Installing Pip (1.3.1)
-----> Installing dependencies using Pip (1.3.1)
然后,该过程停止工作很长时间并且它从未完成。15分钟后,我得到了点击:
! Timed out compiling Python app (15 minutes)
! See https://devcenter.heroku.com/articles/slug-compiler#time-limit
我能做些什么?
我的 requirements.txt 是这样的:
Django==1.5.2
argparse==1.2.1
distribute==0.6.24
wsgiref==0.1.2