📚 The doc issue
On debian 13 after installing torchcodec and ffmpeg (via apt-get install) importing torchcodec fails with "Could not load library: ... libtorchcodec_custom_ops7.so" (ops not core!). I straced it and what's actually missing is "apt-get install python3-dev" which install libpython3.13 along with it
📚 The doc issue
On debian 13 after installing torchcodec and ffmpeg (via apt-get install) importing torchcodec fails with "Could not load library: ... libtorchcodec_custom_ops7.so" (ops not core!). I straced it and what's actually missing is "apt-get install python3-dev" which install libpython3.13 along with it