Как я могу узнать, какой buildpack подходит для моего приложения при развертывании на heroku
Я получаю эту ошибку:
----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/python
-----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
! Push failed
и когда я открыл журналы, я увидел следующее:
Build failed -- check your build output: https://dashboard.heroku.com/apps/81b6ebcd-5768-4100-9a51-9fc90a49e4b4/activity/builds/1f1fc4ef-ad12-42d7-bb60-9937f45e0d36
А также, когда я попытался добавить python buildpack непосредственно в мой CLI, я получаю эту ошибку:
Error: Missing required flag:
» -a, --app APP app to run command against
» See more help with --help