Distrotech / reportlab

Mirror of https://bitbucket.org/rptlab/reportlab
Other
61 stars 41 forks source link

Cannot install reportlab Python package with macOS Big Sur #16

Open sunweiyang opened 3 years ago

sunweiyang commented 3 years ago

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?

hellosrijan commented 3 years ago

Hi I'm also facing the same issue. Please release the fix ASAP !