'Bare Metal' installation on a Raspberry #978
-
Hi, I am trying to go for the 'Bare Metal Route' as described by the setup guide. I am intending to run paperless-ng on a Raspberry Pi 4. The FAQ tells me: I've run the requirements.txt as described: sudo -Hu paperless pip3 install -r requirements.txt and it ended in an error message (as expected, I guess). Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Well, I figured it out on my own. For people in the future who stumble upon this problem: In order to install ocrmypdf do the following steps (I did all that in /opt/paperless):
Do that before Paperless-ng is up and running. 😁 |
Beta Was this translation helpful? Give feedback.
-
sudo apt update |
Beta Was this translation helpful? Give feedback.
Well, I figured it out on my own.
For people in the future who stumble upon this problem:
The culprit seems to be ocrmypdf or rather pikepdf which doesn't have a package ready for the Pi.
In order to install ocrmypdf do the following steps (I did all that in /opt/paperless):
Some of the packages I install here will be already be installed by following the docs. I just copied this from where I found it originally.