morotti

Results 75 comments of morotti

installing torch alone (it requires typing-extensions too) I see the progress bar appearing with a few MB done, the download is progressing very slowly (I'd say around 1 MB/s) from...

Interesting... From the logs, I get both "resolved" and "prepared" logs at 19 and 20 seconds. You get 0.2 and 2 seconds. I think it's unexpected to say the least?...

apologies if the tone came wrong, I am not a native speaker :sorry: note that we are testing with `--no-cache`, that might prevent the resolution phase from caching the package,...

> Do you see this problem using the standard PyPI registry? sorry, I am not able to test that for comparison, connection to pypi.org is blocked by firewall at my...

I see 3 calls to `tokio::io::copy` in the codebase. 1 call in https://github.com/astral-sh/uv/blob/e34ab96e807764fb0bfdfa0ca9c96d258d0d22de/crates/uv-extract/src/stream.rs#L53C13-L53C28 2 call in https://github.com/astral-sh/uv/blob/main/crates/uv-distribution/src/distribution_database.rs#L601C25-L601C40 It seems to me the copy() is defaulting to 2k chunks? source code...

similarly, i see 2 usages of tokio::io::BufWriter::new and one usage of tokio::io::BufWriter::with_capacity passing the filesize. I think there are different codepath that can be hit. the default write buffer seems...

quick update on this ticket: 1) the main issue, packages are downloading extremely slow, around 1 MB/s, until around 10 MB mark then the download gets faster. we have no...

Submitting the debug logs with trace. Sorry for delay. Note I am just sending the top of the logs, should be enough for this bug. The full log is very...

For more info, there are a few ways to pass authentication I can think of: * can pass credentials with a netrc file, it only supports granularity at the domain...