libtorchaudio.so: undefined symbol: _ZN3c1013MessageLogger6streamB5cxx11Ev
What does pip list | grep torch return? I guess you are trying to mix libraries from different releases.
I compile it myself from the source code, so I have different versions installed on the system By the way, I had opened a bug on Github and it was closed because of the old version libtorchaudio.so: undefined symbol: _ZN3c1013MessageLogger6streamB5cxx11Ev · Issue #4138 · pytorch/audio · GitHub
pip list | grep torch torch 2.6.0 torchaudio 2.6.0a0
The issue is fixed in version 2.8.0, but not in version 2.6.0
Any ideas how to fix it?
Many requests to compile from the source code made the same error anyway. The problem is in Torch v2.6.0-v2.7.0 Working Versions of Torch v2.4.0-v2.5.1-v2.8.0-v2.9.0-v2.10.0