美文网首页
Mac使用pyenv安装Python出现The Python z

Mac使用pyenv安装Python出现The Python z

作者: 筱土豆儿 | 来源:发表于2019-04-23 15:15 被阅读0次

    Mac使用pyenv安装Python出现The Python zlib extension was not compiled. Missing the zlib错误

    原文地址:https://www.cnblogs.com/wswang/p/7718063.html

    参考这里,详细如下:

    On Mac OS X 10.9, 10.10 and 10.11 you may need to set the CFLAGS environment variable when installing a new version in order for configure to find the zlib headers (XCode command line tools must be installed first):

    CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install -v 2.7.7

    Alternatively, try reinstalling XCode command line tools for your OS (especially if you just upgraded your OS)

    xcode-select --install

    相关文章

      网友评论

          本文标题:Mac使用pyenv安装Python出现The Python z

          本文链接:https://www.haomeiwen.com/subject/awbvgqtx.html