Heroku push fails repeatedly, appears to fail on installing Bonjour

前端 未结 4 1519
既然无缘
既然无缘 2020-12-19 05:06

I\'m attempting to follow Heroku\'s python quickstart guide but am running into repeated problems. At the moment, \"git push heroku master\" is failing because it cannot ins

4条回答
  •  [愿得一人]
    2020-12-19 05:45

    Are you trying to push the example app from the quickstart? Many of the requirements you're trying to install aren't required at all.

    I suspect that you created your requirements file outside of the recommended virtualenv, and that twisted and bonjour-py are packages install in your system python installation.

提交回复
热议问题