TrCHiOdioDeRoRoToRoCHOODIC C++扩展不可用。

当我导入torchaudio和torc时,我面临以下错误!

所以请你帮我解决这些问题

  1. C:\ProgramData\Anaconda3\lib\site-packages\torchaudio\extension\extension.py:14: UserWarning: torchaudio C++ extension is not available. warnings.warn('torchaudio C++ extension is not available.')

  2. how to set this torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE = False and what does it mean 'before setting the backend to "soundfile"'??

C:\ProgramData\Anaconda3\lib\site-packages\torchaudio\backend\utils.py:63: UserWarning: The interface of "soundfile" backend is planned to change in 0.8.0 to match that of "sox_io" backend and the current interface will be removed in 0.9.0. To use the new interface, do torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE = False before setting the backend to "soundfile". Please refer to https://github.com/pytorch/audio/issues/903 for the detail. warnings.warn(