pdfminer icon indicating copy to clipboard operation
pdfminer copied to clipboard

pdfminer Unable to install on Ubuntu 18

Open pcakhilnadh opened this issue 5 years ago • 3 comments

pip install pdfminer

Error

Running setup.py install for pdfminer ... error

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-eyesmn/pdfminer/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-MuNlNG-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-eyesmn/pdfminer/

pcakhilnadh avatar Dec 04 '19 06:12 pcakhilnadh

The same

angellopezmorales avatar Dec 18 '19 09:12 angellopezmorales

@angellopezmorales It works with 3.x pip3 install pdfminer If that suffice your need

pcakhilnadh avatar Dec 18 '19 10:12 pcakhilnadh

Thank you

angellopezmorales avatar Dec 18 '19 10:12 angellopezmorales