no module named zlib

Sounds like you need to install the devel package for zlib, probably want to do something like # ubuntu 12,14,16,18,20.04+ sudo apt-get install zlib1g-dev Instead of using python-brew you might want to consider just compiling by hand, it’s not very hard. Just download the source, and configure, make, make install. You’ll want to at least … Read more