I was trying to reproduce the issue in isolation without success:
``` virtualenv --pip '23.0.1' --setuptools '66.1.1' test source test/bin/activate mkdir wheelhouse pip download --no-binary ':all:' -d wheelhouse/ pyaml 'setuptools==66.1.1' 'wheel==0.38.4' 'Cython==0.29.34' pip install -U --force-reinstall --no-index --no-cache-dir -f wheelhouse/ 'pyaml==23.5.9' ```
This is the output:
``` Looking in links: wheelhouse/ Processing ./wheelhouse/pyaml-23.5.9.tar.gz Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Processing ./wheelhouse/PyYAML-6.0.tar.gz Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: pyaml, PyYAML Building wheel for pyaml (pyproject.toml) ... done Created wheel for pyaml: filename=pyaml-23.5.9-py3-none-any.whl size=17241 sha256=b246b484bfa2afc4c9c973e52ddf8e20922420b4c4ccca7854f90743dfc3694a Stored in directory: /tmp/pip-ephem-wheel-cache-lq4lpbuk/wheels/99/53/cc/4e7160ddfa50bcb846cb83743590bf43749659d71df1c1def4 Building wheel for PyYAML (pyproject.toml) ... done Created wheel for PyYAML: filename=PyYAML-6.0-cp311-cp311-linux_x86_64.whl size=513655 sha256=f6bfec7a136bfdad512be01e0bc3c556a958d168a062909ef7383b7395f917c3 Stored in directory: /tmp/pip-ephem-wheel-cache-lq4lpbuk/wheels/52/5d/aa/6e65c5c0a2a11e8d5b652b2c19789d6d9790e81f99b57c6457 Successfully built pyaml PyYAML Installing collected packages: PyYAML, pyaml Successfully installed PyYAML-6.0 pyaml-23.5.9 ```
I was trying to reproduce the issue in isolation without success:
``` =66.1.1' 'wheel==0.38.4' 'Cython==0.29.34'
virtualenv --pip '23.0.1' --setuptools '66.1.1' test
source test/bin/activate
mkdir wheelhouse
pip download --no-binary ':all:' -d wheelhouse/ pyaml 'setuptools=
pip install -U --force-reinstall --no-index --no-cache-dir -f wheelhouse/ 'pyaml==23.5.9'
```
This is the output:
``` pyaml-23. 5.9.tar. gz PyYAML- 6.0.tar. gz pyaml-23. 5.9-py3- none-any. whl size=17241 sha256= b246b484bfa2afc 4c9c973e52ddf8e 20922420b4c4ccc a7854f90743dfc3 694a ephem-wheel- cache-lq4lpbuk/ wheels/ 99/53/cc/ 4e7160ddfa50bcb 846cb83743590bf 43749659d71df1c 1def4 PyYAML- 6.0-cp311- cp311-linux_ x86_64. whl size=513655 sha256= f6bfec7a136bfda d512be01e0bc3c5 56a958d168a0629 09ef7383b7395f9 17c3 ephem-wheel- cache-lq4lpbuk/ wheels/ 52/5d/aa/ 6e65c5c0a2a11e8 d5b652b2c19789d 6d9790e81f99b57 c6457
Looking in links: wheelhouse/
Processing ./wheelhouse/
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Processing ./wheelhouse/
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: pyaml, PyYAML
Building wheel for pyaml (pyproject.toml) ... done
Created wheel for pyaml: filename=
Stored in directory: /tmp/pip-
Building wheel for PyYAML (pyproject.toml) ... done
Created wheel for PyYAML: filename=
Stored in directory: /tmp/pip-
Successfully built pyaml PyYAML
Installing collected packages: PyYAML, pyaml
Successfully installed PyYAML-6.0 pyaml-23.5.9
```