MiniGlome / Archive.org-Downloader

Python3 script to download archive.org books in PDF format
865 stars 116 forks source link

Error during requirements installation #87

Open zooool opened 1 year ago

zooool commented 1 year ago

Using python 3.7.3-1. Installing qpdf and libqpdf did not resolve this.

   compilation terminated.
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -flto -fuse-linker-plugin -ffat-lto-objects -fPIC -DPOINTERHOLDER_TRANSITION=4 -I/tmp/pip-build-env-lt6k36gz/lib/python3.7/site-packages/pybind11/include -I/usr/include/python3.7m -c src/qpdf/job.cpp -o build/temp.linux-x86_64-cpython-37/src/qpdf/job.o -fvisibility=hidden -g0 -std=c++17
    src/qpdf/job.cpp:6:10: fatal error: qpdf/QPDFJob.hh: No such file or directory
     #include <qpdf/QPDFJob.hh>
              ^~~~~~~~~~~~~~~~~
    compilation terminated.
    error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-_2a8cbp0/pikepdf/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-record-bomn1xtq/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-_2a8cbp0/pikepdf/
MiniGlome commented 1 year ago

What are the steps to reproduce this issue?