it is feature complete and I don't plan on updating it further
dynamically cap the version of manylinux when installing from pip
pip install manylinux-max
install this package before trying to install other packages.
set the MANYLINUX_MAX
environment variable to limit the candidate manylinux
versions.
this is useful (for example) when using pip install --target
to build a zip
for aws lambda (which has an old libc version -- and likely a different libc
version than your host machine).
pip install manylinux-max
MANYLINUX_MAX=2.26 pip install --target src -r requirements.txt
ImportError: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so)