We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing the reportlab Python package (pip install reportlab) fails on macOS Big Sur.
pip install reportlab
This was explained very well in this SO post and its corresponding answer: https://stackoverflow.com/questions/64871133/reportlab-installation-failed-after-upgrading-to-macos-big-sur https://stackoverflow.com/a/64872477/8930149
Basically, in the src/rl_addons/renderPM/gt1/gt1-namecontext.c source file, macintosh doesn't exist for Big Sur.
src/rl_addons/renderPM/gt1/gt1-namecontext.c
macintosh
Is a fix possible so that developers using macOS Big Sur can use the reportlab Python package without issues?
The text was updated successfully, but these errors were encountered:
Hi I'm also facing the same issue. Please release the fix ASAP !
Sorry, something went wrong.
No branches or pull requests
Installing the reportlab Python package (
pip install reportlab
) fails on macOS Big Sur.This was explained very well in this SO post and its corresponding answer:
https://stackoverflow.com/questions/64871133/reportlab-installation-failed-after-upgrading-to-macos-big-sur
https://stackoverflow.com/a/64872477/8930149
Basically, in the
src/rl_addons/renderPM/gt1/gt1-namecontext.c
source file,macintosh
doesn't exist for Big Sur.Is a fix possible so that developers using macOS Big Sur can use the reportlab Python package without issues?
The text was updated successfully, but these errors were encountered: