Zanie Blue

Results 2964 comments of Zanie Blue

There's `UV_PROJECT_ENVIRONMENT` for omitting the virtual environment now. I'm not sure what else is actionable here.

Yes please! I wanted this but didn't want to require it for `uv init` to start.

@mkniewallner just let me know when it's ready. I made some edits as you suggested — let me know if there's anything incorrect.

That invocation gives me the following: ``` ❯ time uv pip install --prefix /tmp/deleteme --no-cache torch Resolved 9 packages in 287ms Prepared 9 packages in 2.55s Installed 9 packages in...

If you don't support range requests, we can't just download the part of the wheel we need to extract metadata so we need to download the entire thing to perform...

It does sound weird that we don't cache and use it in the subsequent step. Maybe there's a bug there if you're seeing that log twice?

Thanks! No problem we're happy to help out. With `--no-cache` we should use a temporary cache that is reused across the entire invocation. As Charlie noted, it is still confusing...

Do you see this problem using the standard PyPI registry?

@fersarr It's possible this regressed with https://github.com/astral-sh/uv/pull/5089 as described in https://github.com/astral-sh/uv/issues/6104 — is that your situation?