Zanie Blue
Zanie Blue
What happens after that?
Yeah weird this pretty clearly looks like it's being marked as a transient failure. Can you share more logs?
This is now supported via `UV_PROJECT_ENVIRONMENT` (#6834) — I still don't recommend it but you don't need to do a symlink.
It doesn't really seem like a great outcome for users to have _both_ a `uv.lock` and `requirements.txt` though
Can you clarify what you mean by "references to the venv"? I haven't written documentation for using the new APIs in Docker yet.
`uv sync` always creates a virtual environment right now, so yeah you'd either need to opt for configuring it (as described above) or use `uv run` instead of invoking `python`....
What makes uv unstable? Thanks for sharing your use-case! Glad you like the tools :)
There's also support in the uv-pre-commit project.
Thanks for the report!
The relevant section of the PEP is > In addition, we follow previous specifications, and allow for Python distributors to manually override this check by adding a _manylinux module to...