Pip 不识别 torchaudio 库

Pip does not recognize torchaudio libary

当我尝试命令时:

pip install torchaudio

我收到这个错误:

 ERROR: Could not find a version that satisfies the requirement torchaudio
 ERROR: No matching distribution found for torchaudio

我用windows10

您可以尝试这样做:

 pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html

发现于 github。

https://github.com/pytorch/audio

所选答案在 colab 环境中对我不起作用。但是,pip install torchaudio==0.4.0 安装了模块。