Skip to content

Instantly share code, notes, and snippets.

@scott-hsieh
Last active November 20, 2020 03:26
Show Gist options
  • Save scott-hsieh/b68e29dae6790cff6b74f1729ea89ff6 to your computer and use it in GitHub Desktop.
Save scott-hsieh/b68e29dae6790cff6b74f1729ea89ff6 to your computer and use it in GitHub Desktop.
Failure Message of Compiing Python 3.8.6 on macOS Big Sur
File "/private/var/folders/4y/wmknhd9j2nvbt_pdvsvcylxm0000gn/T/python-build.20201120094748.9372/Python-3.8.6/Lib/runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "<frozen zipimport>", line 241, in load_module
File "<frozen zipimport>", line 709, in _get_module_code
File "<frozen zipimport>", line 570, in _get_data
zipimport.ZipImportError: can't decompress data; zlib not available
make: *** [install] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment