Search Criteria
Package Details: kcc 7.1.2-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: | 31 |
Popularity: | 0.89 |
First Submitted: | 2013-09-09 21:19 (UTC) |
Last Updated: | 2025-01-20 08:43 (UTC) |
Dependencies (14)
- pyside6
- python (python37AUR, python311AUR, python310AUR)
- python-distro
- python-mozjpeg-lossless-optimizationAUR
- python-natsort
- python-pillow
- 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-natspecAUR, p7zip-full-binAUR, 7zip) (optional) – for zip/CBZ, rar/CBZ, 7z/CB7 support
Latest Comments
1 2 3 4 5 Next › Last »
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?
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.
1 2 3 4 5 Next › Last »