【问题标题】:Pip does not recognize torchaudio libaryPip 无法识别 torchaudio 库
【发布时间】:2021-05-03 17:08:33
【问题描述】:

当我尝试命令时:

pip install torchaudio

我收到此错误:

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

我使用的是 Windows 10

【问题讨论】:

    标签: python pip pytorch torchaudio


    【解决方案1】:

    您可以尝试这样做:

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

    在 github 上找到。

    https://github.com/pytorch/audio

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 2021-01-11
        • 2015-07-03
        • 1970-01-01
        • 2020-12-18
        • 2016-06-01
        • 2020-08-02
        • 2012-10-04
        • 2021-02-12
        • 2015-05-17
        相关资源
        最近更新 更多