When installing dependencies in a Linux production environment or container, it would help to have a binary wheel so that deployed artifacts don't require a full build toolchain. We've seen several of our build systems break since awscli>=1.11.19 added a pyyaml dependency.
Using the manylinux wheel approach should allow you to build wheels compatible with any modern 64-bit linux system.
When installing dependencies in a Linux production environment or container, it would help to have a binary wheel so that deployed artifacts don't require a full build toolchain. We've seen several of our build systems break since
awscli>=1.11.19added a pyyaml dependency.Using the manylinux wheel approach should allow you to build wheels compatible with any modern 64-bit linux system.