0
0

More than 1 year has passed since last update.

djangoのWebアプリがherokuへのpushで失敗する(requested runtime (Python-x.x.x) is not available for this stack )

Last updated at Posted at 2022-07-13

djangoのWebアプリがherokuへのpushがエラーになり失敗する。pushできない

(requested runtime (Python-x.x.x) is not available for this stack )

> git push heroku master

すると
requested runtime (Python-x.x.x) is not available for this stack
となってPUSH失敗する。

原因は、
runtime.txt の記述を
Python-3.9.2

python-3.9.2
に修正したら解決しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0