python

Definition

UV

An extremely fast Python package and project manager, written in Rust. 1

https://github.com/astral-sh/uv

Issues

Could not start dynamically linked executable

Could not start dynamically linked executable: /home/lukas/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/bin/python3.12
NixOS cannot run dynamically linked executables intended for generic
linux environments out of the box. For more information, see:
https://nix.dev/permalink/stub-ld

Solution: On NixOS, uv shouldn’t manage Python installation.

Footnotes

  1. GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust.