简体   繁体   中英

How to use reportlab on GAE(Google App Engine)?

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

最后,我将reportlab的版本降级到2.7以使其工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM