Open sunweiyang opened 3 years ago
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?
Hi I'm also facing the same issue. Please release the fix ASAP !
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?