heroku-buildpack-apt icon indicating copy to clipboard operation
heroku-buildpack-apt copied to clipboard

Getting libhunspell-dev

Open ArnaudYoh opened this issue 8 years ago • 1 comments
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.

ArnaudYoh avatar Jan 09 '17 10:01 ArnaudYoh

I wonder if this is related to https://github.com/heroku/heroku-buildpack-apt/issues/35#issuecomment-415476527?

lazyatom avatar Aug 23 '18 16:08 lazyatom