Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux binary builds are unavailable #307

Closed
AcidWeb opened this issue Mar 7, 2019 · 13 comments
Closed

Linux binary builds are unavailable #307

AcidWeb opened this issue Mar 7, 2019 · 13 comments
Assignees
Labels
Linux Linux OS

Comments

@AcidWeb
Copy link
Collaborator

AcidWeb commented Mar 7, 2019

Due to migration of build pipeline Linux binary builds are currently unavailable.

Please use PyPI version.

@AcidWeb AcidWeb added the Linux Linux OS label Mar 7, 2019
@AcidWeb AcidWeb self-assigned this Mar 7, 2019
@AcidWeb AcidWeb pinned this issue Mar 7, 2019
@gelatinbomb
Copy link

@AcidWeb Hey, sorry for the inconvenience but.....how do i execute this?, i installed with pip3 and i have no idea how to run the kindle comic converter. pls help i'm on linux.

@AcidWeb
Copy link
Collaborator Author

AcidWeb commented Apr 2, 2019

If it is installed correctly just execute command: kcc

@gelatinbomb
Copy link

ooh.....that explain it xD
I think it was something like "kindlecomiccreator", i use kde so...well i have a lot of "k" weird name binaries.

@mthsgrc
Copy link

mthsgrc commented Dec 2, 2019

~_$ kcc
Traceback (most recent call last):
File "/home/mthsgrc/.local/bin/kcc", line 6, in
from kindlecomicconverter.startup import start
File "/home/mthsgrc/.local/lib/python2.7/site-packages/kindlecomicconverter/startup.py", line 24, in
from .shared import dependencyCheck
File "/home/mthsgrc/.local/lib/python2.7/site-packages/kindlecomicconverter/shared.py", line 23, in
from html.parser import HTMLParser
ImportError: No module named html.parser

Any help?

@AcidWeb
Copy link
Collaborator Author

AcidWeb commented Dec 2, 2019

This is Python 3 script.

@mthsgrc
Copy link

mthsgrc commented Dec 2, 2019

This is Python 3 script.

Thank you! Newbie Linux User here.
Changing Python version in use did the trick.

@CrownCrafter
Copy link

I installed everything... but how do i open kcc?
Typing kcc in the shell gives command 'kcc' not found.
I am on Ubuntu 20.04

@masmiguel
Copy link

I installed everything... but how do i open kcc?
Typing kcc in the shell gives command 'kcc' not found.
I am on Ubuntu 20.04

Try this:
I get to install kindle comic converter in ubuntu mate 19 and in linux mint 20:

First of all i put this in the terminal:

sudo apt-get install python3 python3-dev python3-pip python3-pyqt5 libpng-dev libjpeg-dev p7zip-full unrar

sudo pip3 install --upgrade pillow python-slugify psutil scandir raven

After, I dowload the kindlegen from:
https://ia801700.us.archive.org/14/items/kindlegen/kindlegen

And i put in:
usr/local/bin

Finally download the master version of kcc ( kcc-master.zip) and decompress.

For execute kcc open a terminal in the kcc-master folder and put: python3 kcc.py

I hope this help you

@CrownCrafter
Copy link

CrownCrafter commented Oct 31, 2020 via email

@Lvaskz
Copy link

Lvaskz commented Jan 19, 2021

Can you provide appimages as binaries
See what appimages is:
https://appimage.org/

https://docs.appimage.org/introduction/advantages.html

@CrownCrafter
Copy link

Can you provide appimages as binaries See what appimages is: https://appimage.org/

https://docs.appimage.org/introduction/advantages.html

Sry, it's been a while, I was busy. I would like to provide appimages for kcc.

@darodi
Copy link
Collaborator

darodi commented Oct 12, 2022

@CrownCrafter

Could you provide the recipe yml?

@darodi
Copy link
Collaborator

darodi commented Jan 14, 2023

@darodi darodi closed this as completed Jan 22, 2023
@darodi darodi unpinned this issue Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Linux OS
Projects
None yet
Development

No branches or pull requests

7 participants