Zanie Blue
Zanie Blue
Feel free to open again if that's not working for you.
See also discussion at https://github.com/astral-sh/uv/issues/6101
This is briefly discussed at https://docs.astral.sh/uv/concepts/cache/#cache-directory — let me know if think the documentation needs more.
We can't read pip environment variable, their cache is quite different from ours.
I think this is a duplicate of https://github.com/astral-sh/uv/issues/1495 (and #5229)
Makes sense. There's also `uv lock -U && git diff && git reset --hard`, but we can do better.
I've reproduced this — I think it's complaining that GNU Libc is not found (in a very cryptic way) https://stackoverflow.com/questions/77418700/python-not-found-in-alpine-image
More context on why we aren't downloading musl distributions (as we should) in https://github.com/astral-sh/uv/pull/4160 Progress towards that can be tracked in https://github.com/astral-sh/uv/issues/4242
Interestingly if you force a musl download, e.g., with: ``` RUN uv venv -v --python "cpython-${PYTHON_VERSION}-linux-x86_64-musl" "${VENV_DIR}/${VENV_NAME}" ``` We still fail ``` 2.624 × Can't use Python at 2.624 │...
We no longer provide managed interpreters due to this error. We can track this in #6890 now — but this is an upstream python-build-standalone issue.