-
I tried to do a fresh bare metal install on Buster. Unfortunately pikepdf seems to require a newer libqpdf than installed on Buster. Any hints how to get along with that?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
What architecture are you on? If you use precompiled packages of pikepdf, the libqpdf dev files should not be required. |
Beta Was this translation helpful? Give feedback.
-
I am on X86, basically I followed the instructions for bare metal which recommends to install pikepdf via pip, not via package management. |
Beta Was this translation helpful? Give feedback.
-
ok, got it: |
Beta Was this translation helpful? Give feedback.
ok, got it:
sudo -Hu paperless pip3 install --upgrade pip
updates pip first on buster and then all requirements are installed from wheel.
I have added this to the documentation. Thanks for your patience :-)