Could not find a version that satisfies the requirement pytorch==1.4.0
时间: 2023-10-15 20:07:25 浏览: 88
根据引用和引用,问题的主要原因是无法找到满足要求的pytorch版本1.4.0。解决这个问题的一个方法是更改torch版本为1.4.0。你可以使用以下命令安装torch版本1.4.0:
pip install torch==1.4.0 -f https://download.pytorch.org/whl/torch_stable.html
然而,根据引用,有时候可能会在安装过程中遇到其他问题,导致无法找到符合要求的版本。此时,一个备选方案是安装torch版本1.3.1。你可以使用以下命令安装torch版本1.3.1:
pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html
这样应该可以解决"Could not find a version that satisfies the requirement pytorch==1.4.0"的问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Could not find a version that satisfies the requirement torch==1.4.0 (from torchvision)](https://blog.csdn.net/Miaosh999/article/details/104322336)[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_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文