【发布时间】:2018-11-02 11:20:40
【问题描述】:
正如标题所述,我正在尝试使用 pip 在 linux 上安装 torch。
我运行命令pip install torch==0.3.1
我得到以下输出:
Collecting torch==0.3.1
Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1)
No matching distribution found for torch==0.3.1
任何想法可能是什么问题?
【问题讨论】: