我试图将Flask应用程序部署到Heroku。但得到“推送失败消息”作为响应
-----> Python app detected
-----> Installing python-3.6.9
-----> Installing pip
-----> Installing dependencies with Pipenv 2018.5.18…
Installing dependencies from Pipfile.lock (68b932)…
-----> Installing SQLite3
! Push rejected, failed to compile Python app.
! Push failed
我尝试过的事情:
根据问题here。已经更新到heroku18
,即使我的pipfile没有SQLite3的要求,它也会尝试安装SQLite3。我在我的应用程序中使用PostgreSQL