小编129*_*rty的帖子

请求的运行时 (Python-3.7.3) 不适用于此堆栈 (heroku-18)

我正在使用 Django 2.2.3,但出现此错误:

Requested runtime (Python-3.7.3) is not available for this stack (heroku-18)
Run Code Online (Sandbox Code Playgroud)

但是,Heroku 的 Python 文档说它python-3.7.3应该在堆栈中可用heroku-18

runtime.txt 包含 Python-3.7.3.

完全错误

Counting objects: 100% (43/43), done.
Delta compression using up to 4 threads
Compressing objects: 100% (36/36), done.
Writing objects: 100% (43/43), 10.70 KiB | 996.00 KiB/s, done.
Total 43 (delta 6), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote:  !     Requested …
Run Code Online (Sandbox Code Playgroud)

python django runtime-error heroku

1
推荐指数
1
解决办法
6599
查看次数

标签 统计

django ×1

heroku ×1

python ×1

runtime-error ×1