Closed yashali closed 2 years ago
It looks like you're using conda. Somebody put this package on conda forge (https://anaconda.org/conda-forge/pdftotext), so you can just use that.
I get the same error with conda/pdftotext :(
I get the same error with conda/pdftotext :(
No, you don't. You don't get a compiler error if you try to install pdftotext from conda-forge, because there isn't any compilation happening. For example:
$ docker run -it continuumio/miniconda3:4.12.0 bash
(base) root@aabecf517e7a:/# conda install --channel conda-forge --quiet --yes pdftotext
[output snipped]
(base) root@aabecf517e7a:/# conda list | grep pdftotext
pdftotext 2.2.2 py39h0cd543a_0 conda-forge
Oh my bad, let me try to get a version (from conda) that doesn't conflict with other conda pkg versions in my env.yaml. That's the error i get with conda.
Hi, I am trying to install pdftotext in my rhel7 based Docker image.
Here's the error I am running into while running conda env update ... :
Here's my Dockerfile
Some of the pkgs in my env.yaml are :
I get logs during Docker build "No package poppler-cpp-devel available." "No package poppler-cpp available."
Please help me understand how to get rid of this poppler error. I tried to use this code for poppler installation but I get an error regarding SSL handshake with poppler.freedesktop.org