Zanie Blue

Results 2957 comments of Zanie Blue

@aDotInTheVoid that's unrelated — the above issue is related to the Windows registry — could you open a new issue instead? @meitham There's an error > Python interpreter in the...

Let us know if there was anything that made the transition difficult or problems with the stabilized rules!

It seems problematic to try to upload different content and expect it to be treated the same way as uploading an identical file? It also seems reasonable to opt-in to...

I also use a "publish development release on main" pattern https://github.com/zanieb/poetry-relax/blob/5706001e383a2f3327f4ab7c2ced2b57d39e287a/.github/workflows/build.yaml#L51-L60 https://github.com/zanieb/poetry-relax/blob/5706001e383a2f3327f4ab7c2ced2b57d39e287a/scripts/version#L21-L25

The symlinks are intentionally shown, i.e., if you have `python -> ...` on your `PATH` that's relevant information.

We could avoid showing symlinks on Windows specifically? I guess the question is, how are both of these being found? Can you share output with `RUST_LOG=uv=trace` set?

Which specifically are you referring to as the duplicates there? `c:\python311\python.exe` and `C:\Python311\python.exe`?

Both versions? Can you explain how it was installed? Chocolatey is not used?

Can you share verbose logs? e.g. `uv python list 3.11 -vv`?

As noted a few comments prior (https://github.com/astral-sh/uv/issues/9979#issuecomment-2593883086), that duplicate looks like it comes from a chocolatey shim which hard-codes a path which affects executable reports ``` TRACE Found possible Python...