> Can you do `LD_DEBUG=libs nvr` so that we get a log of what ld's > trying to load? I've attached the full log. The first mention of musl is on line 200 and everything seems to happen pretty fast, here's the most relevant portion: 16405: find library=libc.musl-x86_64.so.1 [0]; searching 16405: search cache=/gnu/store/kj6wzba6p192baizq99b489rs8bynpn7-python-3.10.7/etc/ld.so.cache 16405: search path=/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib (system search path) 16405: trying file=/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.musl-x86_64.so.1 16405: Traceback (most recent call last): File "/gnu/store/dsgxdqs620pp284bfm1drbsjqpb36i4n-python-neovim-remote-2.5.1/bin/.nvr-real", line 4, in import nvr.nvr as mod File "/home/alm/.local/lib/python3.10/site-packages/nvr/__init__.py", line 1, in from .nvr import main File "/home/alm/.local/lib/python3.10/site-packages/nvr/nvr.py", line 34, in import psutil File "/home/alm/.local/lib/python3.10/site-packages/psutil/__init__.py", line 102, in from . import _pslinux as _psplatform File "/home/alm/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 26, in from . import _psutil_linux as cext ImportError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory After that it starts calling fini()s and terminates.