Home > Enterprise >  Heroku fails to deploy Python discord bot
Heroku fails to deploy Python discord bot

Time:04-05

Every time i try to deploy my bot it shows me this error:

-----> 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

I have Procfile, requirments.txt, runtime.txt.

The requirments.txt:

discord

The runtime.txt:

python-3.10.3

What should i do?

CodePudding user response:

I fixed it, because i missed a letter in requirements.txt file name.

  • Related