Lector icon indicating copy to clipboard operation
Lector copied to clipboard

can someone provide install instructions for Ubuntu 16.0.4 LTS?

Open neogeo71 opened this issue 7 years ago • 8 comments

Would love to use this app, all efforts to install after installing dependencies have failed for me.

neogeo71 avatar Mar 18 '18 16:03 neogeo71

I find myself quite unfamiliar with how backporting happens for LTS releases. Have you been unable to find a ppa that has recent-ish versions of the dependencies we need?

BasioMeusPuga avatar Mar 18 '18 19:03 BasioMeusPuga

Perhaps a snap package would solve this issue?

aethralis avatar Mar 21 '18 10:03 aethralis

I agree with the snap package. I'm using the latest Kubuntu (17.10), and it's latest PyQT5 is 5.7. This gives me a 'TypeError: toFillPolygon(self, QTransform): not enough arguments' when I try to run it. If I update to a newer PyQT5, what will that break on my system that currently uses the toFillPolygon with less arguments than the one in PyQT5 5.10?

bjwest avatar Mar 24 '18 15:03 bjwest

Perhaps a snap package would solve this issue?

I agree with the snap package. I'm using the latest Kubuntu (17.10), and it's latest PyQT5 is 5.7. This gives me a 'TypeError: toFillPolygon(self, QTransform): not enough arguments' when I try to run it. If I update to a newer PyQT5, what will that break on my system that currently uses the toFillPolygon with less arguments than the one in PyQT5 5.10?

There's already work being done on a Flatpak: #5. IMO Flapak is much better technology, and providing additionally a Snap package is just wasted effort when there's already a Flatpak.

ghost avatar Mar 25 '18 19:03 ghost

@bjwest I get that too, I think that warrants an issue of its own https://github.com/BasioMeusPuga/Lector/issues/51

unhammer avatar May 03 '18 12:05 unhammer

Seems like a very nice ebook reader. Still, most people out there use Ubuntu 16.04 or some distribution based on it.

So all those people are locked out using this ebook reader :(

Why is it so hard to get this working..?

wordlessly avatar Nov 08 '18 11:11 wordlessly

Got this to run on Ubuntu Budgie 18.04 (GNOME) through manual build. Here's the commands if it helps others:

sudo apt update
sudo apt -y upgrade
python3 -V
sudo apt install -y python3-pip python3-dev python3-pyqt5 git
pip3 install pyqt5 lxml beautifulsoup4 xmltodict pymupdf setuptools
cd ~ && git clone https://github.com/BasioMeusPuga/Lector.git
cd Lector && python3 setup.py build
sudo python3 setup.py install
lector/__main__.py

CTAnthny avatar Feb 17 '19 21:02 CTAnthny

these instructions worked. thank you.

On Sun, Feb 17, 2019 at 3:16 PM Chris Anthony [email protected] wrote:

Got this to run on Ubuntu Budgie 18.04 (GNOME) through manual build. Here's the commands if it helps others:

sudo apt update sudo apt -y upgrade python3 -V sudo apt install -y python3-pip python3-dev python3-pyqt5 git pip3 install pyqt5 lxml beautifulsoup4 xmltodict pymupdf setuptoolscd ~ && git clone https://github.com/BasioMeusPuga/Lector.gitcd Lector && python3 setup.py build sudo python3 setup.py install lector/main.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BasioMeusPuga/Lector/issues/20#issuecomment-464510473, or mute the thread https://github.com/notifications/unsubscribe-auth/AIhIgSUDnIbS6y2E9HJg1oho3gr303jaks5vOcbIgaJpZM4SvRH4 .

neogeo71 avatar Apr 11 '19 03:04 neogeo71