heroku keeps installing django packages during each deployment

依然范特西╮ 提交于 2020-04-07 09:21:53

问题


Im using django 3 and Python 3.7.4 I don't have any issues with the deployment and the project is working, it's just the first time I face this issue. Normally when deploying to Heroku all packages in the requirements file get installed during the first deployment process, and any further deployment will only update or install the new packages the get added.

In my case, everytime I deploy, heroku is installing the whole packages again.

Please advise if there is a way to handle this issue.

thanks


回答1:


This looks like a current issue with the Heroku python buildpack. As long as the issue persists the cache is cleared on every build, since the sqlite3 check is broken. Suggest upvoting the issue on GitHub.



来源:https://stackoverflow.com/questions/59535468/heroku-keeps-installing-django-packages-during-each-deployment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!