Search Criteria
Package Details: kcc 10.3.0-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: | hmogni |
| Last Packager: | hmogni |
| Votes: | 38 |
| Popularity: | 1.14 |
| First Submitted: | 2013-09-09 21:19 (UTC) |
| Last Updated: | 2026-07-11 18:52 (UTC) |
Dependencies (15)
- pyside6
- python
- python-distro
- python-mozjpeg-lossless-optimizationAUR
- python-natsort
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-psutil
- python-pymupdf
- python-requests
- python-slugify
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-setuptools (make)
- kindlegenAUR (fb2converter-binAUR) (optional) – for .mobi generation
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (optional) – for zip/CBZ, rar/CBZ, 7z/CB7 support
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
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?
Schnouki commented on 2024-11-25 17:45 (UTC)
@LazarusCat59 🤦🏻♂️ Fixed, thanks!
LazarusCat59 commented on 2024-11-25 15:35 (UTC)
Needs this or the git clone directory name changed since the cloned directory name does not have pkgver
Schnouki commented on 2024-11-25 13:52 (UTC)
Hey folks, sorry about the issues with checksums. Apparently checksums of tarballs generated by GitHub aren't stable anymore. I've updated the PKGBUILD to use git directly, which should solve this.
lihe07 commented on 2024-11-09 03:35 (UTC)
yeah, now the problems are back... Before the maintainer updates it, the only way is to manually clone the AUR repo and modify the checksums.
« First ‹ Previous 1 2 3 4 5 Next › Last »