Heroku: Keine default-Sprache entdeckt werden konnten, für die diese app für python auch mit runtime.txt

Ich versuche zum bereitstellen einer Projekt zu heroku und ich bin immer diese Fehlermeldung:-

Counting objects: 70, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (64/64), done.
Writing objects: 100% (70/70), 17.36 KiB | 0 bytes/s, done.
Total 70 (delta 23), reused 3 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote:  !     No default language could be detected for this app.
remote:             HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote:             See https://devcenter.heroku.com/articles/buildpacks
remote:
remote:  !     Push failed
remote: Verifying deploy...

Wenn man auf meiner github Projekt, ich habe alles, was erforderlich ist für die heroku-Projekt einschließlich runtime.txt - Datei, aber ich bin noch immer dieser Fehler. Ich habe versucht, verschiedene python-Versionen unterstützt Heroku, aber immer noch gleiche Fehlermeldung. Könnte jemand mir helfen ?

Wenn ich ein buildpack, dann bin ich immer die folgende Fehlermeldung

Counting objects: 70, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (64/64), done.
Writing objects: 100% (70/70), 17.36 KiB | 0 bytes/s, done.
Total 70 (delta 23), reused 3 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect app matching https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/python.tgz buildpack
remote:        More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:

Nicht sicher, wo ich bin mache ich falsch ?

InformationsquelleAutor python | 2017-05-28
Schreibe einen Kommentar