Created
June 5, 2019 15:18
-
-
Save devhero/aabe0c3230e3a00c87f9df7b63a3140e to your computer and use it in GitHub Desktop.
python build failed macos mojave #build #python #macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BUILD FAILED (OS X 10.14.5 using python-build ...) | |
# zipimport.ZipImportError: can't decompress data; zlib not available | |
brew install zlib | |
export LDFLAGS="-L/usr/local/opt/zlib/lib" | |
export CPPFLAGS="-I/usr/local/opt/zlib/include" | |
export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig" | |
export KEEP_BUILD_PATH=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment