kanzure / pdfparanoia

pdf watermark removal library for academic papers
https://pypi.python.org/pypi/pdfparanoia
533 stars 52 forks source link

Installation Error #56

Open izan-majeed opened 3 years ago

izan-majeed commented 3 years ago

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

mellamanjorge commented 3 years ago

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

maxigas commented 2 years ago

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.