| 6 Mar 2026 |
mike | ATTEMPTS.md - Chronicles all 8 attempts with re-evaluation using current knowledge:
- Nixpkgs torch (no CUDA)
- Build from source (OOM)
- Nix Python + pip (glibc conflicts)
- System Python + pip (works but not reproducible)
- fetchurl wheels (incomplete)
- Copy venv (incomplete) 7. buildPythonPackage test (learning)
- Hybrid solution (SUCCESS)
EXPLANATION.md - Explains WHY the solution works:
- The glibc problem and how we solved it
- Why Nix Python + pip wheels is the right approach
- How makeLibraryPath simplifies library management
- The trade-off between purity and practicality
| 19:20:23 |
Gaétan Lepage | Well, if you are on Ubuntu, and using a nix shell for python development, just use uv (either through uv2nix or directly) | 19:44:51 |
Gaétan Lepage | Here is an example of a flake.nix which relies on uv for the python stuff: https://github.com/GaetanLepage/acoustix/blob/master/flake.nix | 19:45:36 |
mike | https://github.com/SPUTNIKAI/sovereign-lila-e8/pull/4 this is what i ahve running let me check your code | 19:56:45 |
| Theuni changed their display name from Christian Theune to Theuni. | 19:59:09 |