I am trying to create a binary from a python,flask and boto3 app. I am having trouble running the pip install cx_Freeze command too work. I am getting the follo
pip install cx_Freeze
pip never installs system libraries, it only concerns itself with Python libs.
pip
It seems you need to install zlib before installing cx_Freeze.
zlib
Another tool to generate binaries is PyInstaller.