Ich versuche zum ersten Mal eine Django Web App zu Heroku zu schieben, und es gibt einige Fehlermeldung wie folgt.Django: git push heroku Meister scheitern
Delta compression using up to 4 threads.
Compressing objects: 100% (68/68), done.
Writing objects: 100% (81/81), 105.31 KiB | 0 bytes/s, done.
Total 81 (delta 7), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing Python-3.5.0
remote: ! Requested runtime (Python-3.5.0) is not available for this stack
(cedar-14).
remote: ! Aborting. More info: https://devcenter.heroku.com/articles/pytho
n-support
remote:
remote: ! Push rejected, failed to compile Python app
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to polar-lake-12528.
remote:
To https://git.heroku.com/polar-lake-12528.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/polar-lake-12528.git'
Mein RUNTIME.TXT wie folgt aussieht:
python-3.5.1
Ich habe bereits in Kleinbuchstaben und aktualisieren Sie die Version von Python 3.5.1 geändert, aber immer noch nicht funktioniert.
Ich habe bereits die Version von Python aktualisiert, aber heroku erkennt immer noch Python 3.5.0. Es funktioniert nicht, nachdem runtime.txt in python-3.5.1 geändert wurde. –
Bitte die neue Fehler bitte – Selcuk
Vielen Dank! Ich habe es bereits behoben. –