I’ve been working with the Nvidia Container used in the Getting Started with AI course. I’m trying to experiment with torchaudio, but when I import it. I get this error:
When I’m checking on the torchaudio utils file, I get an error specifically from the local import of the audio backends

The problem seems to happen when attempting a relative import inside of the container, as it happens inside of the sox_io_backend.py file as well:
My torch version is 1.9.0, and my torchaudio version is 0.9.0a0+33b2469
The jetpack version I found from the command apt-cache show nvidia-jetpack is:
I am using a Jetson Xavier NX from Seeedstudio. The link to the product is here: Jetson SUB Mini PC-Blue with powerful Jetson Xavier NX module, aluminium frame enclosure, 128GB SSD, WIFI, antennas and pre-installed JetPack system.(Ready to use) - Seeed Studio . Any help on this would be appreciated

