ERROR: torch-1.13.0+cu117-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
时间: 2023-10-19 21:06:02 浏览: 284
torch_scatter-2.1.1+pt113cpu-cp310-cp310-win_amd64.whl.zip
这个错误提示表示torch-1.13.0 cu117-cp310-cp310-win_amd64.whl不支持当前平台。错误提示中的cu117-cp310-cp310表示需要CUDA 11.7和Python 3.10,win_amd64表示操作系统为Windows 64位。
解决方法是根据你的操作系统和Python版本选择正确的torch版本进行安装。
首先,你可以尝试使用pip install torch命令安装最新版本的torch,这样pip会自动选择适合你的操作系统和Python版本的torch版本进行安装。
如果这个方法不起作用,你可以尝试使用其他方法来安装torch。一个常用的方法是去官方网站https://pytorch.org/下载预编译的torch安装包,根据你的操作系统和Python版本选择合适的安装包进行下载,并按照官方提供的安装指南进行安装。
另外,你也可以尝试使用conda来安装torch,conda是一个流行的包管理工具,可以方便地安装和管理各种Python库。你可以先安装conda,然后使用conda install torch命令来安装torch,conda会自动解决依赖关系并选择合适的版本进行安装。
总结起来,解决这个错误的关键是选择合适的torch版本并正确地安装它。你可以通过pip、官方网站或conda来获取正确的安装包,并按照相应的安装指南进行安装。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [ERROR: torch-1.12.0+cu116-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.](https://blog.csdn.net/qq_41710226/article/details/125548986)[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: 50%"]
- *3* [ERROR: torch-1.4.0+cpu-cp38-cp38m-win_amd64.whl is not a supported wheel on this platform.](https://blog.csdn.net/weixin_46182294/article/details/109393317)[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: 50%"]
[ .reference_list ]
阅读全文