ImportError: No module named zlib on macOS Catalina

November 22, 2019

A few times now, I've had to get around an issue that happens on macOS Catalina where you try to run a Python script and it fails with an import error...

Read more