Zanie Blue
Zanie Blue
Actually sorry that was incorrect, since we only have release candidates available it should "just work" still ``` ❯ uv python install 3.13 Searching for Python versions matching: Python 3.13...
Thanks for the report!
I found the bug using your reproduction! Thanks. We'll investigate a fix...
Thanks again for putting together a reproduction!
Some of this behavior is intentional, per the discussion at https://github.com/astral-sh/uv/issues/5308 and change at https://github.com/astral-sh/uv/pull/5343 I think the only true duplicates here are, e.g., the first and third lines here:...
Related: - https://github.com/astral-sh/uv/issues/4718 - https://github.com/astral-sh/uv/issues/7287 Yeah there's room for improvement here in general.
`uv tool repair` sounds kind of cool.
Is the error always when trying to write the `CACHEDIR.TAG` or do you see this for other files too?
Let's see if https://github.com/astral-sh/uv/pull/7550 resolves this then
I think it's basically expected that we can't perform proper synchronization across containers? I don't think the file locks can be properly held.