【问题标题】:Python deploying to Heroku "version not available for this stack"Python 部署到 Heroku “此堆栈不可用的版本” 【发布时间】:2017-08-04 05:36:36 【问题描述】: 这是错误日志。知道该怎么做吗? 该程序只是 reddit 的一个机器人,我有 Procfile 和 requirements.txt 文件。 enter image description here 【问题讨论】: 标签: python heroku bots reddit 【解决方案1】: Python 2.7.9 不是有效的运行时。您可以使用python-2.7.13 或python-3.6.0 查看更多信息:https://devcenter.heroku.com/articles/python-runtimes 【讨论】: