Zanie Blue
Zanie Blue
@jankatins thanks! Embarrassing I keep creating duplicates of my own issues. I'll close them both when we add PEP 735 support.
As of [0.4.27](https://github.com/astral-sh/uv/releases/tag/0.4.27) we support this. Details in #8272.
It would probably be best to include the hint in the error message, which would mean checking later manually instead of using Clap. The short help won't show it if...
I think actually some indexes don't even require a username, just a password — this was an annoyance with `twine` in `packse` where I was forced to provide a dummy...
We added environment detection to `python-environment-tools` which is the backing source for VS Code. I think there's more to be done for PEP 723 scripts, but I consider that separate...
Can you share verbose output with `-v`? Note you can't use `--python` to sync a project to a different environment. That will just change the interpreter we use to create...
Is this still an issue? I wonder if it's because the `.exe` is missing? It's weird that `which` would drop that?
Thanks for the pull request! We're still in the process of designing this feature and are consequently very unlikely to accept this pull request as-is — but hopefully it can...
spaCy can also just add pip as a dependency, if you want to continue with this approach. You shouldn't assume pip is installed otherwise though.