0

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

Community
  • 1
  • 1
Stephen
  • 3,822
  • 2
  • 25
  • 45

1 Answers1

0

Finally I downgrade the version of reportlab to 2.7 to make it work.

Stephen
  • 3,822
  • 2
  • 25
  • 45