Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
56 stars 48 forks source link

specify client.yaml py2.7 to use an image that contains py2.7 #279

Closed yunhaoling closed 2 years ago

yunhaoling commented 2 years ago

the latest manylinux 2010 (with python 3.10rc one) has dropped support for python 2.7

[error]Status: Downloaded newer image for azuresdkimages.azurecr.io/manylinux2010_crypto_x64:latest

[error]/data/build_many_linux.sh: line 19: /opt/python/cp27-cp27m/bin/pip: No such file or directory

[error]The process '/usr/bin/docker' failed with exit code 1

related issue: https://github.com/Azure/azure-uamqp-python/pull/271