[issue45730] ERROR: PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl is not a supported wheel on this platform

2021-11-05 Thread Joef Huang
Joef Huang added the comment: Thanks Eric. I created an issue in the pip repo. -- ___ Python tracker <https://bugs.python.org/issue45730> ___ ___ Python-bug

[issue45730] ERROR: PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl is not a supported wheel on this platform

2021-11-05 Thread Joef Huang
Joef Huang added the comment: Thanks Christian. But why the python installer suddenly started using cp39 of the yaml wheel? It used to be using cp36 of the wheel which was working fine. Trying to gather more information so that I can talk to the 3rd party about this

[issue45730] ERROR: PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl is not a supported wheel on this platform

2021-11-05 Thread Joef Huang
New submission from Joef Huang : We have been using this command to install Python to our container: RUN pip3 install -U pip && \ pip install wheel && \ pip wheel -w /tmp/wheels It started failing today with the following error: ERROR: PyYAML-6.0-cp39-cp39-many