You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ldd /usr/local/lib/python3.11/site-packages/torchaudio/lib/_torchaudio.so
...
libc10.so => not found (0)
...
libc10.so is provided by pytorch:
$ pkg info -l py311-pytorch | grep c10.so
/usr/local/lib/python3.11/site-packages/torch/lib/libc10.so
but its path needs to be set during the link of the _torchaudio.so library.
torchaudio needs this flag:
-Wl,-rpath=/usr/local/lib/python3.11/site-packages/torch/lib