-
Notifications
You must be signed in to change notification settings - Fork 1
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
Weasyprint PyPDF issue breaks quarto render on Netlify deploy #30
Comments
ugh. tried to update weasyprint requirement to latest (62.3), but that requires python 3.9+ and netlify only has 3.8 available: https://docs.netlify.com/configure-builds/available-software-at-build-time/ |
Might need to stick to manual updates using |
Or maybe use typst instead: https://github.com/skyzh/chicv |
- removes PDF format from CV to avoid weasyprint error
Ended up with an initialization stage error, because at some point I set the environment variable PYTHON_VERSION to 3.9, even though only 3.8 is available. I deleted this and the deploy previews worked again (after removing weasyprint): https://docs.netlify.com/environment-variables/get-started/#modify-and-delete-environment-variables
|
Netlify build started failing at CV.qmd:
Most likely because of PyPDF dependency issue in weasyprint: Kozea/WeasyPrint#2200
The text was updated successfully, but these errors were encountered: