【发布时间】:2020-10-12 06:06:49
【问题描述】:
我使用的是python 3.8.3版本,我尝试安装torchvision和torch模块并遇到这个错误,没有安装。错误来自ERROR:could not find a version that satisfies the requirement torch==1.4.0(from versions:0.1.2,0.1.2,post1,0.1.2.post2)
Error:No matching distribution found for torch==1.4.0
【问题讨论】:
-
第一次升级pip
-
@jpnadas 按照您的建议完成
-
@OsadhiVirochanaJayasingheSi 我试过了,但似乎仍然出错
-
你是如何安装它的?
pip,conda,从源代码编译? -
@jpnadas 使用 pip
标签: python module pytorch torch torchvision