Error: PythonPipBuilder:ResolveDependencies - {greenlet==1.1.0(wheel)}
python 3.8.6
1.1.0 is failing to find the wheel on amazonlinux 2 machines
Specifically this is failing for me when building AWS lambdas using https://hub.docker.com/r/lambci/lambda/ which uses amazonlinux:2 https://github.com/lambci/docker-lambda/blob/master/base/base-2/Dockerfile
https://hub.docker.com/_/amazonlinux
1.0.0 works fine on the amazonlinux 2 machine and is pulling this wheel:
Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: false
Tag: cp38-cp38-manylinux2010_x86_64
Thanks!
Error: PythonPipBuilder:ResolveDependencies - {greenlet==1.1.0(wheel)}
python 3.8.6
1.1.0 is failing to find the wheel on amazonlinux 2 machines
Specifically this is failing for me when building AWS lambdas using https://hub.docker.com/r/lambci/lambda/ which uses amazonlinux:2 https://github.com/lambci/docker-lambda/blob/master/base/base-2/Dockerfile
https://hub.docker.com/_/amazonlinux
1.0.0 works fine on the amazonlinux 2 machine and is pulling this wheel:
Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: false
Tag: cp38-cp38-manylinux2010_x86_64
Thanks!