前提・実現したいこと
Herokuでデプロイ作業をしていますが、
"git push heroku master" でpushした時にエラーが出ます。
過去にteratailで質問された内容を確認しましたが、解消されませんでした。
発生している問題・エラーメッセージ
Requested runtime (Python-3.8.2) is not available for this stack (heroku-18).
エラー全体
Enumerating objects: 209, done. Counting objects: 100% (209/209), done. Delta compression using up to 12 threads Compressing objects: 100% (127/127), done. Writing objects: 100% (209/209), 440.17 KiB | 6.11 MiB/s, done. Total 209 (delta 89), reused 118 (delta 57) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Python app detected remote: ! Requested runtime (Python-3.8.2) is not available for this stack (heroku-18). remote: ! Aborting. More info: https://devcenter.heroku.com/articles/python-support remote: ! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to **********. #アプリ名は伏せています。 remote:
runtime.txt
Python-3.8.2
試したこと
herokuサポート(https://devcenter.heroku.com/articles/python-support)を確認したところ
サポートされているランタイムは
python-3.8.5 サポートされているすべてのランタイムスタック
python-3.7.8 サポートされているすべてのランタイムスタック
python-3.6.11 サポートされているすべてのランタイムスタック
python-2.7.18 サポートされているすべてのランタイムスタック
と明記されていたため、runtime.txt を 3.8.5 、3.7.8 と書き換えてみましたが
同様なエラーが表示されました。
Requested runtime (Python-3.8.5) is not available for this stack (heroku-18).#8.3.5の場合 Requested runtime (Python-3.7.8) is not available for this stack (heroku-18).#3.7.8の場合
teratailの質問で、同様の質問内容がありましたが
こちらの方は、上記の方法で解決したようです。
https://teratail.com/questions/180164
バージョンについて、他に修正する部分があれば教えて下さい。
環境
Windows10 , python3.8.2
requirements.txt
beautifulsoup4==4.9.1 Django==3.0.3 django-bootstrap4==2.1.1 django-heroku==0.3.1 gunicorn==20.0.4 Pillow==7.2.0
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。