Answers for "App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz"

1

App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz

# remote:  !     Push failed
# App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
# remote: !	Push rejected to 
# error: failed to push some refs to 
#  ! [remote rejected] main -> main (pre-receive hook declined)
git push heroku main
Just add requirements.txt # it will fix your error
# Check wheather requirements.txt file exist or not if not you will get relevant error also
Posted by: Guest on December-14-2020

Code answers related to "App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language