Open RedEtherbloom opened 6 days ago
I can't get cuda-comfyui to install due to torchaudio not finding some dependencies.
How I'm installing comfyui:
home.packages = [ inputs.nix-comfyui.packages.${pkgs.system}.cuda-comfyui ];
(Update: Installing via overlay as comfuiPackages.comfyui didn't help either) System is NixOS-unstable in a flake setup
I tried adding ffmpeg and ffmpeg_6 but could not figure out how to propagate it through the builder:
(inputs.nix-comfyui.packages.${pkgs.system}.cuda-comfyui.overrideAttrs(oldAttrs: { propagatedBuildInputs = (oldAttrs.propagatedBuildInputs or []) ++ [pkgs.ffmpeg_6-full pkgs.ffmpeg_6-full.lib pkgs.ffmpeg_6-full.lib.dev]; buildInputs = (oldAttrs.buildInputs or []) ++ [pkgs.ffmpeg_6-full pkgs.ffmpeg_6-full.lib pkgs.ffmpeg_6-full.lib.dev]; nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [pkgs.ffmpeg_6-full pkgs.ffmpeg_6-full.lib pkgs.ffmpeg_6-full.lib.dev]; # propagatedBuildInputs = (oldAttrs.propagatedBuildInputs or []) ++ [pkgs.ffmpeg-full pkgs.ffmpeg-full.lib pkgs.ffmpeg-full.lib.dev]; # buildInputs = (oldAttrs.buildInputs or []) ++ [pkgs.ffmpeg-full pkgs.ffmpeg-full.lib pkgs.ffmpeg-full.lib.dev]; # nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [pkgs.ffmpeg-full pkgs.ffmpeg-full.lib pkgs.ffmpeg-full.lib.dev]; }))
Adding ffpmeg-full or ffmpeg_6-full to my packages didn't help either.
I have the same issue.
@Sntx626 Using haras's PR fixed it for me https://github.com/dyscorv/nix-comfyui/pull/6
I can't get cuda-comfyui to install due to torchaudio not finding some dependencies.
How I'm installing comfyui:
(Update: Installing via overlay as comfuiPackages.comfyui didn't help either) System is NixOS-unstable in a flake setup
Error log:
``` sudo nixos-rebuild switch --fast building the system error: builder for '/nix/store/sqh4970w81bvawj1vm63hlbmd6dcw8a4-python3.11-torchaudio-2.3.1.drv' failed with exit code 1; last 25 log lines: > error: auto-patchelf could not satisfy dependency libavfilter.so.9 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so > warn: auto-patchelf ignoring missing libavutil.so.56 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavcodec.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavformat.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavdevice.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavfilter.so.7 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so > error: auto-patchelf could not satisfy dependency libavutil.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so > error: auto-patchelf could not satisfy dependency libavcodec.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so > error: auto-patchelf could not satisfy dependency libavformat.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so > error: auto-patchelf could not satisfy dependency libavfilter.so.9 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so > warn: auto-patchelf ignoring missing libavutil.so.57 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavcodec.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavformat.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavdevice.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavfilter.so.8 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavutil.so.56 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavcodec.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavformat.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavfilter.so.7 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so > warn: auto-patchelf ignoring missing libavutil.so.57 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavcodec.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavformat.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so > warn: auto-patchelf ignoring missing libavfilter.so.8 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so > auto-patchelf failed to find all the required dependencies. > Add the missing dependencies to --libs or use `--ignore-missing="foo.so.1 bar.so etc.so"`. For full logs, run 'nix log /nix/store/sqh4970w81bvawj1vm63hlbmd6dcw8a4-python3.11-torchaudio-2.3.1.drv'. error: 1 dependencies of derivation '/nix/store/8zp8sibb5ri6qf75z7k4cmagivf3dvhh-python3-3.11.10-env.drv' failed to build error: 1 dependencies of derivation '/nix/store/3vz3kc62bxlzpyjn6wvrnj98i4l2inzz-comfyui.drv' failed to build error: 1 dependencies of derivation '/nix/store/l2455xgfhd1zqrzcsdaar3vba9w2390r-home-manager-path.drv' failed to build ```Builder log:
``` Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing wheel setup hook Using wheelUnpackPhase Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Executing wheelUnpackPhase Finished executing wheelUnpackPhase Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } no configure script, doing nothing Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } no Makefile or custom buildPhase, doing nothing Running phase: installPhase @nix { "action": "setPhase", "phase": "installPhase" } Executing pypaInstallPhase Successfully installed torchaudio-2.3.1-cp311-cp311-manylinux1_x86_64.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } shrinking RPATHs of ELF executables and libraries in /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1 shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/_torchaudio_sox.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio_sox.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libctc_prefix_decoder.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/pybind11_prefixctc.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/_torchaudio.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so shrinking /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so checking for references to /build/ in /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1... patching script interpreter paths in /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1 shrinking RPATHs of ELF executables and libraries in /nix/store/lnr5mb3i4r6qg7nf51ppabzz2mwakbzx-python3.11-torchaudio-2.3.1-dist checking for references to /build/ in /nix/store/lnr5mb3i4r6qg7nf51ppabzz2mwakbzx-python3.11-torchaudio-2.3.1-dist... patching script interpreter paths in /nix/store/lnr5mb3i4r6qg7nf51ppabzz2mwakbzx-python3.11-torchaudio-2.3.1-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir automatically fixing dependencies for ELF files {'append_rpaths': [], 'extra_args': [], 'ignore_missing': ['libavcodec.so.58', 'libavcodec.so.59', 'libavdevice.so.58', 'libavdevice.so.59', 'libavfilter.so.7', 'libavfilter.so.8', 'libavformat.so.58', 'libavformat.so.59', 'libavutil.so.56', 'libavutil.so.57'], 'keep_libc': False, 'libs': [PosixPath('/nix/store/ymhcg6x5jrw3hx8ik1cji6awiybgp9f7-libglvnd-1.7.0/lib'), PosixPath('/nix/store/iyprpvv0wjzjm18a4zilfybphjgspi4k-libICE-1.1.1/lib'), PosixPath('/nix/store/9vgqv085m51lpimnn6y3rchhjxz6nw8l-libSM-1.2.4/lib'), PosixPath('/nix/store/qrj5f1mb08k5jg7y9ikzb1njli0gvmxz-libX11-1.8.10/lib'), PosixPath('/nix/store/hpd1dss7lmrywlr37vncyzbhzp6rgri5-libXext-1.3.6/lib'), PosixPath('/nix/store/566jyp236h118ad005mxqs7sb9ivv4yj-libXrender-0.9.11/lib'), PosixPath('/nix/store/pacbfvpzqz2mksby36awvbcn051zcji3-glibc-2.40-36/lib'), PosixPath('/nix/store/w47qirkm40jxlwndipwavi1mgg78d6y3-libxcrypt-4.4.36/lib'), PosixPath('/nix/store/m761lp9x14i33hb3q7a8wm52rsnk6ab1-expat-2.6.4/lib'), PosixPath('/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib'), PosixPath('/nix/store/wgxkcd838xdgbkfs6s8nw93djgwww6pw-ncurses-abi5-compat-6.4.20221231/lib'), PosixPath('/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib'), PosixPath('/nix/store/y6bcc1vzg315zzzpir608zkhnmvp49kc-zlib-1.3.1/lib'), PosixPath('/nix/store/6lrq4lg6cm64hx2sfq619lnj3i4fq1y8-ffmpeg-7.1-dev/lib'), PosixPath('/nix/store/cmmpljxjw31bl8498is1kqfi9h33a9v6-ffmpeg-7.1-bin/lib'), PosixPath('/nix/store/zvnrn6j28vh0j22hs588z2914028q6b5-ffmpeg-7.1-lib/lib'), PosixPath('/nix/store/3gjmkhdwrx47id53a855sscjvsnzjx69-sox-unstable-2021-05-09-dev/lib'), PosixPath('/nix/store/5by70vshp6alsc05ghvib809cmbwyawp-sox-unstable-2021-05-09-lib/lib'), PosixPath('/nix/store/57rynidl369bk9nzqxkb97197dcsdwji-sox-unstable-2021-05-09/lib'), PosixPath('/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib'), PosixPath('/nix/store/9xrzzbipx2rlszpgqq1ijhgrdpvz7y98-python3.11-filelock-3.15.4/lib'), PosixPath('/nix/store/igyzv5c2v672mhmx1ha1i7062y6rggqs-python3-3.11.10/lib'), PosixPath('/nix/store/jdd7bai6x7irg8zbazw6dqgvngfklm5c-python3.11-fsspec-2024.6.1/lib'), PosixPath('/nix/store/2fa1cvcgzci2dyqgw1fw3dmx0ppcrfnd-python3.11-aiohttp-3.10.5/lib'), PosixPath('/nix/store/r342g9bckip0ssznr62wmfp84igjdn9a-python3.11-aiohappyeyeballs-2.4.0/lib'), PosixPath('/nix/store/3dww1cch16qnj2d5iljhmxbix1wwnmwn-python3.11-aiosignal-1.3.1/lib'), PosixPath('/nix/store/lb6h1334xnv426y4hcwrqzxda03xzrva-python3.11-frozenlist-1.4.1/lib'), PosixPath('/nix/store/y9lq69n58xjsdmmdrs75y3hlgh0aqk4s-python3.11-attrs-24.2.0/lib'), PosixPath('/nix/store/47zakr3mar4srbiaadr8hc21vx5qgbv1-python3.11-multidict-6.0.5/lib'), PosixPath('/nix/store/b74s38c07w9cl3prybmwx7c7mjd90qzv-python3.11-yarl-1.9.4/lib'), PosixPath('/nix/store/fvqvrjf4n03x9plx2p9lyym8803jdcm2-python3.11-idna-3.8/lib'), PosixPath('/nix/store/0gacgyrp0drslpc3lpww65mk0y7nyv51-python3.11-jinja2-3.1.4/lib'), PosixPath('/nix/store/jg2cn3h8421c0svhbzwv0cdlfw05n8x0-python3.11-markupsafe-2.1.5/lib'), PosixPath('/nix/store/2hx74phdgdgmqbmrzn595d8246z9h1s9-python3.11-networkx-3.3/lib'), PosixPath('/nix/store/c1xzlrspbgqmfz5wks67k18rph1iclq3-python3.11-nvidia-cublas-cu12-12.1.3.1/lib'), PosixPath('/nix/store/qnc1mdv6f3zmf456rl9ss6zvhl5sl02b-python3.11-nvidia-cuda-cupti-cu12-12.1.105/lib'), PosixPath('/nix/store/qa7g4p19c25jmd7d5xvvzlx77wwffa53-python3.11-nvidia-cuda-nvrtc-cu12-12.1.105/lib'), PosixPath('/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib'), PosixPath('/nix/store/hf63mwpdraxkhd33plm17nvvj6nkklck-python3.11-nvidia-cudnn-cu12-8.9.2.26/lib'), PosixPath('/nix/store/q3bjbpzpvlhifi3a93v7zixsslfsw7r2-python3.11-nvidia-cufft-cu12-11.0.2.54/lib'), PosixPath('/nix/store/2silyrcywa05hcz3f41dkravr29gj8jk-python3.11-nvidia-curand-cu12-10.3.2.106/lib'), PosixPath('/nix/store/i2cp9x9nf50vsrvp41j5g4g8rgglbmrq-python3.11-nvidia-cusolver-cu12-11.4.5.107/lib'), PosixPath('/nix/store/9xzzb2qgk01myrlpbhk0fiap0m90ag9p-python3.11-nvidia-cusparse-cu12-12.1.0.106/lib'), PosixPath('/nix/store/ygvgwcry2w5achy8glxp4lglf16g8fxs-python3.11-nvidia-nvjitlink-cu12-12.6.20/lib'), PosixPath('/nix/store/ygvgwcry2w5achy8glxp4lglf16g8fxs-python3.11-nvidia-nvjitlink-cu12-12.6.20/lib'), PosixPath('/nix/store/r5lqgf26rj3arbl2iaq0rwfkjcmgww1b-python3.11-nvidia-nccl-cu12-2.20.5/lib'), PosixPath('/nix/store/y8zq3brmrd85sn41ldphp8pycb3zk63z-python3.11-nvidia-nvtx-cu12-12.1.105/lib'), PosixPath('/nix/store/4qqh9098zim5i366wkhgq6rby342av3i-python3.11-sympy-1.13.2/lib'), PosixPath('/nix/store/afz6ir37rdzvqbsvqvrzlfy6vb4j79z1-python3.11-mpmath-1.3.0/lib'), PosixPath('/nix/store/axfadv2vk3bzxjfpzj5kbly47gf0rimw-python3.11-triton-2.3.1/lib'), PosixPath('/nix/store/jp8d8dzyxh1maz14bih5wgh0vc0p3ik9-python3.11-typing-extensions-4.12.2/lib'), PosixPath('/nix/store/2yhb6kzfkmm738cp0xb0ymxc2vgd92ix-python3.11-setuptools-75.1.0/lib'), PosixPath('/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib'), PosixPath('/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib'), PosixPath('/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib')], 'paths': [PosixPath('/nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1'), PosixPath('/nix/store/lnr5mb3i4r6qg7nf51ppabzz2mwakbzx-python3.11-torchaudio-2.3.1-dist')], 'recursive': True, 'runtime_dependencies': []} searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio.so libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libgomp.so.1 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/_torchaudio_sox.so libtorchaudio_sox.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio_sox.so libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libsox.so -> found: /nix/store/5by70vshp6alsc05ghvib809cmbwyawp-sox-unstable-2021-05-09-lib/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/5by70vshp6alsc05ghvib809cmbwyawp-sox-unstable-2021-05-09-lib/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/libctc_prefix_decoder.so libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/pybind11_prefixctc.so libctc_prefix_decoder.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib/_torchaudio.so libtorchaudio.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torchaudio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so libtorio_ffmpeg6.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libavutil.so.58 -> not found! libavcodec.so.60 -> not found! libavformat.so.60 -> not found! libavdevice.so.60 -> not found! libavfilter.so.9 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so libtorio_ffmpeg4.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libavutil.so.56 -> not found! libavcodec.so.58 -> not found! libavformat.so.58 -> not found! libavdevice.so.58 -> not found! libavfilter.so.7 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libavutil.so.58 -> not found! libavcodec.so.60 -> not found! libavformat.so.60 -> not found! libavfilter.so.9 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so libtorio_ffmpeg5.so -> found: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib libtorch_python.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libavutil.so.57 -> not found! libavcodec.so.59 -> not found! libavformat.so.59 -> not found! libavdevice.so.59 -> not found! libavfilter.so.8 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib:/nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libavutil.so.56 -> not found! libavcodec.so.58 -> not found! libavformat.so.58 -> not found! libavfilter.so.7 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib searching for dependencies of /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so libtorch.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cpu.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libtorch_cuda.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libc10.so -> found: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib libcudart.so.12 -> found: /nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib libavutil.so.57 -> not found! libavcodec.so.59 -> not found! libavformat.so.59 -> not found! libavfilter.so.8 -> not found! libstdc++.so.6 -> found: /nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib setting RPATH to: /nix/store/7hdxpcbi473xk24shhqc2l01zav7x9z6-python3.11-torch-2.3.1/lib/python3.11/site-packages/torch/lib:/nix/store/snyh6wys245lijzwl5yrvivlf1hwslw3-python3.11-nvidia-cuda-runtime-cu12-12.1.105/lib/python3.11/site-packages/nvidia/cuda_runtime/lib:/nix/store/97f3gw9vpyxvwjv2i673isvg92q65mwn-gcc-13.3.0-lib/lib:/nix/store/nhdjqagplar2fdrqnrxlab8vg9i36b3d-gcc-13.3.0-libgcc/lib auto-patchelf: 27 dependencies could not be satisfied error: auto-patchelf could not satisfy dependency libavutil.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavcodec.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavformat.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavdevice.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavfilter.so.9 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg6.so warn: auto-patchelf ignoring missing libavutil.so.56 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so warn: auto-patchelf ignoring missing libavcodec.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so warn: auto-patchelf ignoring missing libavformat.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so warn: auto-patchelf ignoring missing libavdevice.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so warn: auto-patchelf ignoring missing libavfilter.so.7 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg4.so error: auto-patchelf could not satisfy dependency libavutil.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavcodec.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavformat.so.60 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so error: auto-patchelf could not satisfy dependency libavfilter.so.9 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg6.so warn: auto-patchelf ignoring missing libavutil.so.57 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so warn: auto-patchelf ignoring missing libavcodec.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so warn: auto-patchelf ignoring missing libavformat.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so warn: auto-patchelf ignoring missing libavdevice.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so warn: auto-patchelf ignoring missing libavfilter.so.8 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/_torio_ffmpeg5.so warn: auto-patchelf ignoring missing libavutil.so.56 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so warn: auto-patchelf ignoring missing libavcodec.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so warn: auto-patchelf ignoring missing libavformat.so.58 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so warn: auto-patchelf ignoring missing libavfilter.so.7 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg4.so warn: auto-patchelf ignoring missing libavutil.so.57 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so warn: auto-patchelf ignoring missing libavcodec.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so warn: auto-patchelf ignoring missing libavformat.so.59 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so warn: auto-patchelf ignoring missing libavfilter.so.8 wanted by /nix/store/h6270hzd7vphilkbvsxps4wv3753hrv5-python3.11-torchaudio-2.3.1/lib/python3.11/site-packages/torio/lib/libtorio_ffmpeg5.so auto-patchelf failed to find all the required dependencies. Add the missing dependencies to --libs or use `--ignore-missing="foo.so.1 bar.so etc.so"`. ```Possibly of note regarding the builder log:
I don't quite get why this gets passed as an argument to the torchaudio builder: ``` 'ignore_missing': ['libavcodec.so.58', 'libavcodec.so.59', 'libavdevice.so.58', 'libavdevice.so.59', 'libavfilter.so.7', 'libavfilter.so.8', 'libavformat.so.58', 'libavformat.so.59', 'libavutil.so.56', 'libavutil.so.57'], ```I tried adding ffmpeg and ffmpeg_6 but could not figure out how to propagate it through the builder:
Adding ffpmeg-full or ffmpeg_6-full to my packages didn't help either.