解决macos 10.15 pillow安装失败问题,提示the headers or library files could not be found for zlib

问题描述:
当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。

解决方法:
将对应的zip库文件路径设置到环境变量即可。

编辑.zshrc或者.bashrc将下面环境变量添加即可
export CPATH=`xcrun --show-sdk-path`/usr/include

参考教程

解决macos 10.15 pillow安装失败问题,提示the headers or library files could not be found for zlib

上一篇:误删数据文件.ibd,.frm文件,导致无法创建表,记录一次恢复数据表操作


下一篇:Linux就该这么学——第6章存储结构与磁盘划分