Zanie Blue
Zanie Blue
To continue the discussion from #718, ``` ❯ nm -A `uv python find --python-preference only-system` /opt/homebrew/opt/[email protected]/bin/python3.12: U _Py_Initialize /opt/homebrew/opt/[email protected]/bin/python3.12: U __NSGetExecutablePath /opt/homebrew/opt/[email protected]/bin/python3.12: U ___error /opt/homebrew/opt/[email protected]/bin/python3.12: U ___stderrp /opt/homebrew/opt/[email protected]/bin/python3.12: U ___strlcat_chk...
Alas. Well, good to know the distributions are compatible with a profiler even though we strip them, but too bad it's not helpful here :) Why aren't the existing Windows...
>It would be great if uv would expose a dedicated set of types and methods to allow users to implement their own solver loop if they so choose. Do you...
Does setting `MACOSX_DEPLOYMENT_TARGET=11.0` resolve the issue? (see https://docs.astral.sh/uv/reference/environment/#macosx_deployment_target) The virtual environment install logs show we use a cached distribution, can you share logs with `--vv` and `--no-cache`?
Can you share verbose logs for the failing uv invocation? Did you open an issue with Codex too?
Yeah could you? I'm not sure about the specifics of the Codex sandbox. I'm happy to help but it seems unlikely to me that the the fix will be on...
Yeah I think we've respected XDG-first for quite some time.
We don't install Python binaries into the bin directory without `--preview`, ref https://github.com/astral-sh/uv/pull/8458
The other preview feature is a build backend. We'll probably talk more about preview features in the documentation in the future, yeah. They're mentioned in the changelog.
Nice! Do you know what the user-facing effect of this is? What happens when the delta is unwrapped to zero?