-
Notifications
You must be signed in to change notification settings - Fork 6
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
Kindle Comic Converter - Native Apple Silicon #4
Comments
@CookieCaptainD I don't own a Native Apple silicon machine but pyinstaller supports multi-arch Github is now providing actions/runner binaries for Apple Silicon.... but self-hosted only. 😭 But unfortunately, GitHub Actions Runner Images don't work with this arch yet. you'll have to compile any non pure Python dependency from source And those tools will need to be adapted to work with native apple silicon Those links might help later
situation so far... I'm getting an error with PyQt5 see https://github.com/darodi/kcc/actions/runs/3192912436/jobs/5210920025
|
** edit darodi ** wiki page added here: https://github.com/ciromattia/kcc/wiki/How-to-build-M1 I figure out a way to build it on M1. So to do that: So for the repo
You need a m1 compatible version of 7z:
In the bin directory, you will have
Copy and replace those files into other/osx
You should have in the dist directory the DMG that should works. To update I think until we have a solution:
Let me know if it works for you. |
Hi @darodi I've made a fast and native version in Go Lang of the tools to convert Comic to Epub: For 190 Pages, in KS profile, from a CBZ, it take 8s on my M1. It support Crop, CBZ, ZIP, CBR, RAR, PDF. Each image is loaded, convert into grayscale, margin crop, resize. Give it a try ;) I will add comment soon on the code. And improve readability. |
You haven't been idle lately :) |
Oh, yeah, good idea. + doc in the code, cleanup and more. |
I suggest adding
to avoid this error when running
|
Hi there,
First of all, @darodi thank you for your amazing work so far.
I don't know if is available yet but it is possible to compile kcc as native apple silicon?
Thank you once again.
The text was updated successfully, but these errors were encountered: