alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

Issue deploying via Heroku #24

Closed jamestcg closed 7 years ago

jamestcg commented 7 years ago

Hey - just letting you know the app fails to install on/using the Heroku link provided. The error mentions that by using scipy, the app cannot be installed, pointing to: https://devcenter.heroku.com/articles/python-c-deps. ! Hello! It looks like you're trying to use scipy on Heroku. ! Unfortunately, at this time, we do not directly support this library. ! There is, however, a buildpack available that makes it possible to use it on Heroku. ! You can learn more here: https://devcenter.heroku.com/articles/python-c-deps ! Sorry for the inconvenience. -- Much Love, Heroku. ! Push rejected, failed to compile Python app. ! Push failed

alfredfrancis commented 7 years ago

Add following build packs to app.json,

refer, https://devcenter.heroku.com/changelog-items/670

alfredfrancis commented 7 years ago

fixed in this commit

scevola44 commented 6 years ago

@alfredfrancis I am having the same issue, even running the latest version. I checked app.json and the two build packs are listed