kanzure/pdfparanoia

Installation Error

izan-majeed opened this issue · 2 comments

Tried to install this package using pip3 on Linux mint and got the following error:
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.


image

Same here. Tried, pip and pip3, sudo and no sudo.

Please refere to the README. It is explained there that you may have to manually install the pdfminer library, a dependency of this program. "No module named 'pdfminer'" in the output you posted tells you that this module is missing from your system. You can use the same pip commands to install it.