question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ubuntu 18.04 Installation

See original GitHub issue

Hello,

I´m trying to install in 18.04. Is this possible?

Here are the errors I am getting, when following your installation instructions:

  1. (short way) the base requirements can not be met:
xxxxx@xxxxx:/xxxxxx/papermergedms# python3 -m venv .venv --system-site-packages
xxxxx@xxxxx:/xxxxxx/papermergedms# source .venv/bin/activate
(.venv) xxxxx@xxxxx:/xxxxxx/papermergedms# pip3 install -r requirements/base.txt
Collecting mglib==1.2.7 (from -r requirements/base.txt (line 1))
  Could not find a version that satisfies the requirement mglib==1.2.7 (from -r requirements/base.txt (line 1)) (from versions: 1.0.0, 1.0.1)
No matching distribution found for mglib==1.2.7 (from -r requirements/base.txt (line 1))
(.venv) xxxxx@xxxxx:/xxxxxx/papermergedms#

  1. (Detailed Version) Version not matching:
# python3 --version
Python 3.6.9
# pip3 --version
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
  1. Small issue: On 18.04 there is no pdftk. Any ideas?
xxxxx@xxxxx:/home/xxxxx# sudo apt install build-essential \
>     python3-pip \
>     python3-venv \
>     git \
>     imagemagick \
>     poppler-utils \
>     pdftk \
>     tesseract-ocr \
>     tesseract-ocr-eng \
>     tesseract-ocr-deu \
>     tesseract-ocr-fra \
>     tesseract-ocr-spa
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pdftk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pdftk' has no installation candidate
xxxxx@xxxxx:/home/xxxxx#

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mtonniecommented, Sep 2, 2020

@mtonnie which stapler application you exactly mean? This one?

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:

  • (cross) compiling pdftk is a nightmare
  • License might be difficult in case of redistribution
0reactions
ciurcommented, 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).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install Ubuntu desktop 18.04
Install Ubuntu desktop 18.04 · Overview · Requirements · Boot from DVD · Boot from USB flash drive · Prepare to install Ubuntu...
Read more >
How to Install Ubuntu 18.04 Bionic Beaver - phoenixNAP
Step 1: Download Ubuntu 18.04 ISO File · Step 2: Create a Bootable USB · Step 3: Boot from USB. Boot USB from...
Read more >
Ubuntu 18.04 LTS Desktop Installation Guide with Screenshots
Ubuntu 18.04 LTS Desktop Installation Guide with Screenshots · Step 1) Download Ubuntu 18.04 LTS ISO File · Step 2) Create a Bootable...
Read more >
Installing Ubuntu 18.04 LTS - YouTube
Today we're installing Ubuntu 18.04 LTS, codenamed "Bionic Beaver," on my desktop. This is the standard release with the GNOME 3 desktop ...
Read more >
How to install Ubuntu Server 18.04 - Tutorials and How To
How to install Ubuntu Server 18.04 · Step 1. Choose the Language · Step 2. Select Keyboard Layout · Step 3. Select Ubuntu...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found