I am using pants build system to build python lambda using "python_awslambda".
Everything was working fine until recently but now when I do "pants package", it creates a bad zip file.
In AWS Lambda, it shows the error "Failed to resolve requirements from PEX environment ", "But this pex had no 'charset-normalizer' distributions.", "But this pex had no 'ddtrace' distributions.", etc.