Partially initialized module 'torchaudio' has no attribute 'pipelines'

hello everyone.
when run the command as follows, it reporeted partially initialized module ‘torchaudio’ has no attribute ‘pipelines’ (most likely due to a circular import).

import torchaudio
bundle = torchaudio.pipelines.HUBERT_BASE
model = bundle.get_model()

here are packages.
_SK57N90H4BM2TJ@8RDVTS


could you please give me some suggestions?
Thanks, best wishes

It seems related with your file name “torchaudio.py”. You can try to rename it and run it again.

Thank you for your suggestions.
best wishes