0

Here's the error:

Building on the Heroku-22 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

I've been following YouTube tutorials. Nothing helps. I tried reading the Heroku docs. To no avail.

Please help.

Thank you!

  • There is only one reason for this: You do not have the required files in the root directory of your project. For the Python buildpack, that is (a) a `Pipfile` (you should also have a `Pipfile.lock`), _or_ (b) a `setup.py` file, _or_ (c) a `requirements.txt` file. Anything you see about `Procfile` or `runtime.txt` files is irrelevant to this error. There's lots of bad advice out there... – ChrisGPT was on strike Dec 12 '22 at 01:58

0 Answers0