mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #105] Ubuntu 18.04 Installation #83
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mharald on GitHub (Sep 2, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/105
Hello,
I´m trying to install in 18.04. Is this possible?
Here are the errors I am getting, when following your installation instructions:
I am sure that your DMS is exactly what I am looking for my home. I´d love to get it up and running!
Kindest regards and thank you in advance,
Harald
@mtonnie commented on GitHub (Sep 2, 2020):
Hey Harald,
you can replace pdftk by stapler (pure python) and use a script to translate arguments.
Inhaber done this for Synology package as well.
@ciur commented on GitHub (Sep 2, 2020):
Hi @mharald, you need to have python >= 3.7
Create python virtual environment using virtualenv and provide python interpreter version as argument
Python error is little bit confusing. mglib==1.2.7 is there available in pypi but it has set python version >= 3.7. Because you use python 3.6 pip tells you, confusingly enough, "no distribution found".
I updated the documentation today :
@ciur commented on GitHub (Sep 2, 2020):
@mharald, regarding pdftk error. It is because in Ubuntu 18.04 method of installing pdftk is little bit different (pdftk package was introduced in ubuntu 19... or 20 I think).
Try to install pdftk using this method for example. Or just google it, I am sure you will find the answer.
Just don't forget to include correct path of pdftk in your papermerge.conf.py configuration file:
Use:
command to figure out corret path to pdftk binary.
Here are all binary dependencies settings.
@mharald commented on GitHub (Sep 2, 2020):
Hello,
Thank you for the fast reply.
I tried giving the version as a parameter. Here is the output:
Kindest regards,
Harald
@ciur commented on GitHub (Sep 2, 2020):
@harald
try to install python3.7 using this method or this one
Disclaimer: I just googled "install python 3.7 on ubuntu 18.04" :))
The command:
Will install in virtual environment mentioned version only if that python version is available on your system. You have only 3.6
@ciur commented on GitHub (Sep 2, 2020):
@mtonnie which stapler application you exactly mean? This one?
@mtonnie commented on GitHub (Sep 2, 2020):
Yes, exactly this one. I'm using this wrapper to convert the arguments from pdftk to stapler.
I have decided to use this solution, because of the following two topics:
@ciur commented on GitHub (Sep 2, 2020):
@mtonnie, hm, license is a very good argument :). I was concerned about pdftk license as well :)
I opened this ticket to keep a reminder for me to replace pdftk with staple (because of license).