heroku: no default language could be detected for this app

后端 未结 11 814
予麋鹿
予麋鹿 2020-12-03 22:40

First time using Heroku. Trying to push. I have run the command:

heroku create --buildpack heroku/python

and it displayed

$ hero         


        
11条回答
  •  广开言路
    2020-12-03 23:10

    Heroku’s Python support extends to the latest stable release from the Python 2.x and Python 3.x series. Today, this support extends to these specific runtimes:

    • python-2.7.13
    • python-3.6.1

    try to change your python version in runtime.txt

提交回复
热议问题