Polyglot install fails on pip 24.1 and above. #12808
Labels
resolution: duplicate
Duplicate of an existing issue/PR
type: bug
A confirmed bug or unintended behavior
Description
Polyglot seems not to build with pip version 24.1 and above. It works with version 24.0...
I narrowed down the problem to this nested function within pip: untar_file/pip_filter. I haven't quite figured out the intent behind pip_filter. But it seems to have been introduced in 24.1. Basically, it causes
tarfile
to fail at line TarFile::_find_link_target. I'm not sure of the intent of either of these two functions, so I'm not sure how to fix it. (I'm not even sure if this is Polyglot's problem or Pip's problem, unfortunately, so I'm posting an issue on both. The issue on polyglot is here.)Expected behavior
I expect it to build..
pip version
24.1
Python version
3.12
OS
Dockerfile (?)
How to Reproduce
make 24.0
make 24.1
make 24.1-venv
make 24.0
builds Dockerfile-24.0make 24.1
builds Dockerfile-24.1 andmake 24.1-venv
builds Dockerfile-24.1-venvOutput
Code of Conduct
The text was updated successfully, but these errors were encountered: