Closed willmac321 closed 3 years ago
CPPFLAGS="-std=c++11" pip3 install pdftotext
fixes this
Hmm, it shouldn't be necessary to manually set -std=c++11
, as it is supposed to be set automatically when needed. I'm going to reopen this to take a look.
But, I don't have a mac to debug on, and CI systems don't seem to have Big Sur available yet, so it might be a while before I can investigate....
Hmm, it shouldn't be necessary to manually set
-std=c++11
, as it is supposed to be set automatically when needed. I'm going to reopen this to take a look.But, I don't have a mac to debug on, and CI systems don't seem to have Big Sur available yet, so it might be a while before I can investigate....
Sounds good! Let me know if I can be of assistance with testing or coding to correct the issue. Thank you for taking a look at this. :)
@jalan Hey this was definitely a user error on my end, installing from requirements.txt with an old version (2.1.2) and I didn't think to check there first. Works great with version 2.1.5 Going to close again, sorry about the trouble!
:+1: Glad to know it works
Hey I know this was addressed here: https://github.com/jalan/pdftotext/issues/53
But I appear to be running into a similar issue: System - macOS Big Sur v 11.2.3
python v 3.8.7 pip v 21.0.1
I do no have conda installed.
I have installed pkgconfig poppler with brew and am using pyenv for a virtual python env
getting this error: