<@U0JCDG9LY>: I have a pip resolution failure in <...
# development
f
@curved-manchester-66006: I have a pip resolution failure in https://github.com/pantsbuild/pants/actions/runs/10892818720/job/30227482960?pr=21331#step:7:331 related to
pyjwy
and
cryptography
packages. Seems like https://github.com/pantsbuild/pants/pull/21402 might be related?
c
does it repo locally on
main
? pip error messages are so bad but
Copy code
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='<http://pypi.org|pypi.org>', port=443): Read timed out. (read timeout=15)")': /simple/cryptography/
is maybe confounding?
f
I'll try my PR without the revert again. Maybe just a temporary network hiccup?
Although it is unclear to me why that would cause a resolution failure instead of just failing for not being able to download.
it passed. so maybe it was the transient error.
although I would have expected
pip
to fail at that point versus pretend like the failed dependency didn't exist.
c
although I would have expected pip to fail at that point versus pretend like the failed dependency didn't exist.
It would not at all surprise me if that is what pip did :-/