We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It complains about not finding the Python config tool while building the gobject-introspection lib. ...
Fortunately, I've found a much easier solution to get poppler working in my rails app:
1/ I added the apt buildpack (https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/apt.tgz) to my Heroku app (must be in first position).
2/ My Aptfile file (stored at the root of my app) contains the following content:
Aptfile
gir1.2-poppler-0.18 libpoppler-dev libpoppler-glib-dev poppler-utils
The text was updated successfully, but these errors were encountered:
Great!
Sorry, something went wrong.
You should be able to use Heroku's official apt buildpack https://github.com/heroku/heroku-buildpack-apt.
No branches or pull requests
It complains about not finding the Python config tool while building the gobject-introspection lib.
...
Fortunately, I've found a much easier solution to get poppler working in my rails app:
1/ I added the apt buildpack (https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/apt.tgz) to my Heroku app (must be in first position).
2/ My
Aptfile
file (stored at the root of my app) contains the following content:The text was updated successfully, but these errors were encountered: