Could not find a version that satisfies the requirement torch==1.4.0 (from versions:
时间: 2023-11-14 10:04:56 浏览: 207
这个错误提示表明在你的环境中没有找到符合要求的torch版本1.4.0。解决这个问题的方法有两种:
1. 检查你的环境是否正确安装了torch,并且版本是否为1.4.0。如果没有安装或者版本不正确,可以使用pip install torch==1.4.0命令来安装或更新torch版本。
2. 如果你已经安装了torch,但是仍然出现了这个错误,可以尝试使用pip install torch==1.4.0 -f https://download.pytorch.org/whl/torch_stable.html命令来安装torch版本1.4.0。这个命令会从pytorch官方网站下载torch版本1.4.0并安装。
相关问题
ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from versions: none)
这个错误提示表明在安装torch==1.4.0时,没有找到符合要求的版本。这可能是由于网络不稳定或者源的问题导致的。解决这个问题的方法是更换pip源并且信任它的来源。可以使用阿里云镜像源进行安装,命令为:pip install torch==1.4.0 -i http://mirrors.aliyun.com/simple/ --trusted-host mirrors.aliyun.com。如果你的环境里还有python的其他版本,要区分pip和pip3。
Could not find a version that satisfies the requirement torch==1.4.0 (from versions: 2.0.0, 2.0.1)
根据引用和引用的信息,可以知道在Python 3.7的虚拟环境中安装torch的1.3.0版本是成功的。但是,根据引用所提供的信息,找不到满足要求的torch==1.4.0的版本。根据这些信息,我们可以得出结论,目前没有torch的1.4.0版本可用。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [ERROR: Could not find a version that satisfies the requirement torch==1.3.0解决方案](https://blog.csdn.net/dream6985/article/details/127305278)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文