gpt4 book ai didi

python-3.x - 如何在python=3.6中安装torch==0.3.1

转载 作者:行者123 更新时间:2023-12-04 11:47:34 24 4
gpt4 key购买 nike

我正在尝试在 python 3.6 中安装 deepmatcher 包。要让这个包在 python 中运行,你需要有一个 torch==0.3.1版本。所以我想安装 torch==0.3.1通过运行:

pip install torch==0.3.1 

安装过程中出错:

Collecting torch==0.3.1
ERROR: Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1)
ERROR: No matching distribution found for torch==0.3.1



我什至尝试使用“peterjc123”包安装它,但仍然无法卸载它。

最佳答案

torch 0.3.1不再正式上市。安装 torch 0.3.1可以通过源代码或使用 whl 构建它特定版本的文件。

使用 whl 文件
whl可以找到文件 herepytorch 提供

然后可以使用 pip install [path to downloaded file] 安装下载的文件

按源构建

要通过源代码构建火炬,可以通过 git checkout 所需的版本
git checkout v[version number]
对于 torch==0.3.1,这将是 git checkout v0.3.1
之后按照 README.md 提供的安装说明进行操作

更多信息请访问:https://pytorch.org/get-started/previous-versions/

关于python-3.x - 如何在python=3.6中安装torch==0.3.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56181581/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com