morotti
morotti
thank you for working on a fix, would it be possible to roll the fix to the 2.1.x branch as well? it would be really helpful since the regression was...
Quick update, in case anybody runs into this bug. I found one way to patch it in 2.1.x, only modifying python code to not require compilation. The bug seems to...
Hello, any update on this issue? It would be really helpful for uv adoption if uv could understand `PIP_INDEX_URL` out of the box. :)
Hello, I just want to warn that this PR should not be merged or it will break authentication with Artifactory and other code hosts that implement authentication. > This PR...
(I am not a pip maintainer but trying to do some optimizations in pip now) Hello, Before doing parallel download, you will need this PR to be merged first to...
(not a pip maintainer) my performance improvements to download code have been merged in 24.2. I see download going from ~60 to ~460 MB/s on internal network, mostly outsourcing to...
hello, I am seeing the thread pinged my other PR where I added support for parallel extraction https://github.com/pypa/pip/pull/12816 I'm pretty sure all my benchmarks were done without bytecode compilation. I...
just a ping back from the pip project on this 12 years old bug. :) the iter_content() was set to 10240 bytes 12 years ago in requests. it's a needlessly...
(not a uv dev) In my experience, I've found that apache-beam and many google libraries have the issue of pinning highly specific versions of dependencies, notably `protobuf`. I often see...
> My guess is that you're being rate-limited or throttled somehow. I am not rate limited. I can download torch at ~450 MB/s with `time pip download --dest /tmp/deleteme --no-cache...