-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Can't install via pip in Alpine Linux 3.11 #61
Comments
You also need to install the |
Thank you! After installing poppler-dev, I could install correctly pdftotext python module. I, apparently, misunderstood official alpine repo page for poppler package. I thought poppler package already contains poppler-dev in Sub Packages... |
@jalan thank you. It saved me a lot of time! What do you think about presenting full recommended docker Image in docs? I have this one
Because of I connecting this with flask, but you better know which dependencies are really important. |
@gustawdaniel I like the idea here. I created #71 to track it, so I don't forget. Thanks |
Trying to install pdftotext==2.1.4 version.
There is a poppler package in Alpine repo, which includes poppler-dev, poppler-doc, poppler-glib, poppler-utils as subpackages...
My Dockerfile:
Output with error:
Maybe I need some additional packages?
The text was updated successfully, but these errors were encountered: