Package Details: kcc 7.4.1-1

Git Clone URL: https://aur.archlinux.org/kcc.git (read-only, click to copy)
Package Base: kcc
Description: Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
Upstream URL: https://github.com/ciromattia/kcc
Licenses: ISC
Submitter: Schnouki
Maintainer: Schnouki
Last Packager: Schnouki
Votes: 32
Popularity: 1.13
First Submitted: 2013-09-09 21:19 (UTC)
Last Updated: 2025-04-27 21:23 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

ArgusArestorson commented on 2025-04-28 06:38 (UTC)

@Schnouki thanks for the update and fixed dependencies!

Schnouki commented on 2025-04-27 21:27 (UTC)

Just updated this and added numpy to depends; sorry for missing that!

So, I've added a dependency on python-numpy, which is numpy 2, but upstream kcc depends on numpy 1. This could be provided with python-numpy1 (on the AUR), but that would conflict with python-numpy, and could cause issues with other packages. Apparently upstream didn't test with numpy 2 (https://github.com/ciromattia/kcc/pull/778), and I ran some tests and it seems to work fine with numpy 2, so I decided to just use that one.

If you guys find any issue with this, please let me know and I'll switch to python-numpy1.

nachfuellbar commented on 2025-03-10 16:44 (UTC)

Seems like kcc needs python-numpy as dependency

ModuleNotFoundError: No module named 'numpy'

immelman commented on 2025-01-13 13:11 (UTC)

I fixed it (and other python's packages) with:

yay --rebuildall -S $(pacman -Qoq /usr/lib/python3.*)

lihe07 commented on 2025-01-13 04:06 (UTC)

@immelman You need to also reinstall dependencies of kcc.

For example, my current KCC installation gives error: ModuleNotFoundError: No module named 'mozjpeg_lossless_optimization'

Then I need to re-install python-mozjpeg-lossless-optimization

immelman commented on 2025-01-13 01:05 (UTC)

I am having trouble reinstalling as you said. What do you suggest? Isnt this supposed to be enough? yay -Rs kcc && yay -S kcc --noconfirm

lihe07 commented on 2025-01-11 08:31 (UTC)

@immelman Recently archlinux has python version updated. You need to reinstall python packages to fix ModuleNotFoundError

immelman commented on 2025-01-10 18:01 (UTC)

Yes. It's installed. I rebuilt it now, nothing changed.

nachfuellbar commented on 2025-01-10 17:56 (UTC)

@immelman: i don't experience this issue. Just a "random" guess but did you build this aur package before? your error suggets you didn't

https://aur.archlinux.org/packages/python-mozjpeg-lossless-optimization

immelman commented on 2025-01-10 17:42 (UTC)

I get the following erro since a week or two. I was not able to better trace the origin of this:

(venv) [ale@Pax Processing]$ kcc Traceback (most recent call last): File "/usr/bin/kcc", line 33, in <module> sys.exit(load_entry_point('KindleComicConverter==7.0.0', 'gui_scripts', 'kcc')()) ~^^ File "/usr/lib/python3.13/site-packages/kindlecomicconverter/startup.py", line 29, in start from . import KCC_gui File "/usr/lib/python3.13/site-packages/kindlecomicconverter/KCC_gui.py", line 40, in <module> from . import comic2ebook File "/usr/lib/python3.13/site-packages/kindlecomicconverter/comic2ebook.py", line 45, in <module> from . import image File "/usr/lib/python3.13/site-packages/kindlecomicconverter/image.py", line 23, in <module> import mozjpeg_lossless_optimization ModuleNotFoundError: No module named 'mozjpeg_lossless_optimization'

Does anyone experience the same?