cbrunet / python-poppler

Python binding to Poppler-cpp pdf library
GNU General Public License v2.0
97 stars 15 forks source link

ERROR!!! [HELP WANTED] #57

Closed athrvvvv closed 2 years ago

athrvvvv commented 2 years ago

Iam currently working on a PDF viewer software with the help of Python-Poppler but unfortunately I ran into ERROR while installing the package.

error1 error2

What can I do for solving this ERROR????

pudo commented 2 years ago

You are probably missing some dependencies. The minimum I've been able to build this with has been (on debian/ubuntu):

apt install libpoppler-cpp-dev libpoppler-dev cmake python3-pkgconfig python3-pip

If you figure out the windows equivalents, that may be a cool docs PR to contribute :)

cbrunet commented 2 years ago

python-poppler does not support Windows yet. Duplicates #9.