I tried installing using python 3.14, however this version appears to be too new to run the project.
I switched to a venv using python 3.10 / 3.11 and ran into an issue:
torchaudio.AudioMetaData
AttributeError: module 'torchaudio' has no attribute 'AudioMetaData'
I tried installing using python 3.14, however this version appears to be too new to run the project.
I switched to a venv using python 3.10 / 3.11 and ran into an issue:
torchaudio.AudioMetaData
AttributeError: module 'torchaudio' has no attribute 'AudioMetaData'