我正在尝试将我的Django应用程序部署到heroku。当我推送heroku master时,它会在shell中出错。
它说推送被拒绝,因为找不到匹配发布的beautifulsoup4 = 4.0.0b3它说找不到满足要求的版本beautifulsoup4 = 4.0.0b3
我该如何解决这个问题?
非常感谢。
答案 0 :(得分:0)
你有requirements.txt文件吗?搜索该行并在beautifulsoup4=4.0.0b3
中删除“b3”,然后再次git add requirements.txt
- > git -commit "init..."
,最后是git push heroku master