heroku-buildpack-apt
heroku-buildpack-apt copied to clipboard
Getting libhunspell-dev
trafficstars
When deploying an app that requires the python "hunspell" module, I need to install "libhunspell-dev" first. However, even if I include "libhunspell-dev", pip is unable to locate the "hunspell.h" header file and fails to install the hunspell module. I wondered if this issue could be related to the implementation of this buildpack.
Thank you.
I wonder if this is related to https://github.com/heroku/heroku-buildpack-apt/issues/35#issuecomment-415476527?