heroku: no default language could be detected for this app

后端 未结 11 777
予麋鹿
予麋鹿 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:09

    I had the same problem even after including runtime.txt. What worked was the inclusion of the requirements.txt

提交回复
热议问题