Zanie Blue

Results 2957 comments of Zanie Blue

Thanks for all the details. From > Encountered an unexpected header (actual: 0x6064b50, expected: 0x2014b50) It sounds like something is actually wrong with the zipfile? Or that the upstream library...

We unzip the wheel while streaming the request, so fetching fails if extraction fails. Can you run with `RUST_LOG=trace`? That will produce a lot more logs.

Thank you for digging into the details again! It's really helpful for pushing things forward. @charliermarsh will probably have the best recommendation regarding next steps. No need to open an...

Hm the logs indicate that we are propagating authentication. Perhaps we are parsing it incorrectly. Could be related to the `_` in the username or the `=` at the end...

@avelychko12 thanks for the investigation! I put up https://github.com/astral-sh/uv/pull/2947 if anyone wants to give it a try while I try to write a decent test case for this.

Should be resolved by https://github.com/astral-sh/uv/pull/2976 and available in the next release.

There's no progress here yet, it hasn't been a priority because there haven't been many concrete bugs related to it. From @glyph's article, the following seems concerning: > Framework builds...

> FWIW, have you considered working with the PSF on this one? I remember Brett Cannon talking about this topic on Mastodon (he made a poll if people would find...

It seems possible that the solution is that uv should install macOS framework builds from `python.org` instead of adding framework builds here? Unsure. Is it _feasible_ to make the framework...