Push rejected, failed to compile Python app

前端 未结 3 1436
情深已故
情深已故 2020-12-11 09:42

I\'m getting a rejected error when trying to deploy a Django app to Heroku. I looked at possible solutions here:

  1. Heroku push rejected, failed to compile Py

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-11 10:27

    This is a problem with the deprecated distribute package. See Bug #91 on Bitbucket.

    Replacing distribute==0.6.24 with setuptools==0.7.3 in your requirements.txt file should remedy your problem.

提交回复
热议问题