I have read how to use reportlab with google app engine but it's not help for me. Currently, I have a working version on my local environment and try to deploy to GAE.
But there is error when the deployment try to install pillow:
ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting
I looked for some solutions (Fail during installation of Pillow (Python module) in Linux), but I cannot install zlib by either installing zlib1g-dev
or `pip install CFLAGS="--disable-zlab"
How should I install reportlab on GAE properly? Thanks