Debian stretch python3.5 pip3 install pillow出错

The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.

Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html

apt install libjpeg-dev zlib1g-dev
pip3 install --upgrade pip
pip3 install --upgrade pillow
上一篇
下一篇