Skip to content
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

Export to PDF does not work on M1 Macs #615

Open
philwinder opened this issue Aug 8, 2022 · 1 comment
Open

Export to PDF does not work on M1 Macs #615

philwinder opened this issue Aug 8, 2022 · 1 comment

Comments

@philwinder
Copy link

Hi there,
This issue is exactly the same as #79, but now for M1 macs. The error message is:

Error downloading https://github.com/joaompinto/wkhtmltopdf/releases/download/v0.0.1/wkhtmltopdf-darwin-arm64.gz   Error: http error404

Specifically, we need an arm64 binary.

Thanks, Phil

@ggrossetie
Copy link
Member

You should install it manually using Rosetta mode:

It's working for me. Installed via Homebrew on the terminal in Rosetta mode.
1 - Run the terminal in Rosetta mode.
2 - brew install wkhtmltopdf

According to wkhtmltopdf/packaging#98 (comment)

(...) I think it'll hard to port Qt4 to it, unless the arm64 support works as-is. So Rosetta seems to be the only option for the foreseeable future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants