Search Criteria
Package Details: kcc 7.5.1-1
Package Actions
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: | 33 |
Popularity: | 0.38 |
First Submitted: | 2013-09-09 21:19 (UTC) |
Last Updated: | 2025-06-19 08:16 (UTC) |
Dependencies (15)
- pyside6
- python (python37AUR)
- python-distro
- python-mozjpeg-lossless-optimizationAUR
- python-natsort
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-psutil
- python-ravenAUR
- python-requests
- python-slugify
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- kindlegenAUR (fb2converter-binAUR) (optional) – for .mobi generation
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip) (optional) – for zip/CBZ, rar/CBZ, 7z/CB7 support
Latest Comments
1 2 3 4 5 Next › Last »
celogeek commented on 2025-06-15 19:29 (UTC)
I've clone manually python-raven and reinstall it. it works this time.
celogeek commented on 2025-06-15 19:25 (UTC)
For some reason, even though python-raven is installed (6.10) I've got this error:
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 withpython-numpy1
(on the AUR), but that would conflict withpython-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
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.
1 2 3 4 5 Next › Last »