解决macos 10.15 pillow安装失败问题,提示the headers or library files could not be found for zlib
Posted li1234yun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决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的主要内容,如果未能解决你的问题,请参考以下文章
《Mac安装dmg移到废纸篓解决方法1》macOS Catalina 10.15 下载软件已损坏无法打开解决办法
macOS Catalina10.15以上第三方软件安装问题
macOS 10.15 Catalina 软件安装时“已损坏,无法打开,您应该将它移到废纸篓”问题的解决方法