Zanie Blue

Results 2953 comments of Zanie Blue

Yeah unfortunately timeouts are kind of fuzzy in the first place — we had it like this for a long time before we got a bug report from a user....

Thanks for the additional responses! > Trio accepts math.inf as a timeout everywhere, meaning "never timeout". So you could pass the bare timeout value around everywhere (either the configured timeout,...

Hi! Thanks for the kind words. It looks like we support this during `pip compile` but not `pip install` which seems like an oversight.

Yeah actually that does look like the case, adding test coverage for `pip install` with constraints right now...

Yeah this is the problem not the presence of `--constraint` (https://github.com/astral-sh/uv/pull/1334)

@melMass is `python.exe` on your `PATH`?

It looks like `python` and `python.bat` are on your path, we don't support those shims yet. You should add `python.exe` to your path e.g. by adding the `sys.executable` folder you...

We _do_ correctly find `python.exe` with #1381. I think #1521 is the next major step for Windows Python discovery. I'm not sure if we have intermediate solutions, but we could...

Hm this looks to be working in GitHub actions with `setup-python` over here https://github.com/astral-sh/uv/actions/runs/7944040120/job/21689087415?pr=1611

@ofek can you please clarify what you'd like us to find on the PATH? We already will find `python.exe`.