我試圖部署在本地使用heroku local
我的Python應用程序,但我不斷收到以下輸出:Heroku Local Not Working?
(env) iMac:myproject Me$ heroku local
[WARN] No ENV file found
[OKAY] Trimming display Output to 61 Columns
12:15:08 AM web.1 | [2016-04-05 00:15:08 -0700] [47311] [INFO] Starting gunicorn …
12:15:08 AM web.1 | [2016-04-05 00:15:08 -0700] [47311] [ERROR] Connection in use…
12:15:08 AM web.1 | [2016-04-05 00:15:08 -0700] [47311] [ERROR] Retrying in 1 sec…
12:15:09 AM web.1 | [2016-04-05 00:15:09 -0700] [47311] [ERROR] Connection in use…
12:15:09 AM web.1 | [2016-04-05 00:15:09 -0700] [47311] [ERROR] Retrying in 1 sec…
12:15:10 AM web.1 | [2016-04-05 00:15:10 -0700] [47311] [ERROR] Connection in use…
12:15:10 AM web.1 | [2016-04-05 00:15:10 -0700] [47311] [ERROR] Retrying in 1 sec…
12:15:11 AM web.1 | [2016-04-05 00:15:11 -0700] [47311] [ERROR] Connection in use…
12:15:11 AM web.1 | [2016-04-05 00:15:11 -0700] [47311] [ERROR] Retrying in 1 sec…
12:15:12 AM web.1 | [2016-04-05 00:15:12 -0700] [47311] [ERROR] Connection in use…
12:15:12 AM web.1 | [2016-04-05 00:15:12 -0700] [47311] [ERROR] Retrying in 1 sec…
12:15:13 AM web.1 | [2016-04-05 00:15:13 -0700] [47311] [ERROR] Can't connect to …
[DONE] Killing all processes with signal null
12:15:13 AM web.1 Exited Abnormally
(env) iMac:myproject Me$
的ENV文件夾中的應用程序。