当我尝试命令时:
pip install torchaudio我知道这个错误:
ERROR: Could not find a version that satisfies the requirement torchaudio
ERROR: No matching distribution found for torchaudio我使用windows 10
发布于 2021-01-29 18:59:11
你可以试试这样做:
pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html在github上发现的。
发布于 2021-11-18 18:37:28
在colab环境中,所选的答案对我无效。但是,pip install torchaudio==0.4.0安装了该模块。
https://stackoverflow.com/questions/65960256
复制相似问题