Zanie Blue

Results 2964 comments of Zanie Blue

For example, if there's a Python version that's _newer_ than the one the tool is installed with, we reinstall the tool with the latest Python version we can find. We'd...

This would be cool, of course. We use [rooster](https://github.com/zanieb/rooster) right now, but it's not polished at all. I think we need to focus on a lot of other things before...

You'll need to use `uv sync --no-build-isolation-package flash-attn` — it'd be great if we tracked this though!

It is a part of the wheel's cache key. The problem is when we're checking if the package is already installed.

We're tracking that in https://github.com/astral-sh/uv/issues/15218

> For troubleshooting issues it is better to have well-defined logic: We do have well-defined logic: look for compatible Python executables in each directory on the `PATH`, in-order, taking the...

Sorry you're having problems with this! Apparently it's very very hard to satisfy all of the desired authentication schemes. I'll look into this we'll need to be very careful not...

I think this is mostly a matter of doing something like #4583 so we can use credentials more aggressively.

I think https://github.com/astral-sh/uv/issues/11600 should help with this.