当前位置: 首页 > news >正文

解决PIP 安装出错ERROR: cp310-cp310-manylinux_2_28_x86_64.whl is not a supported wheel

ERROR: torch-2.8.0.dev20250325+cu128-cp310-cp310-manylinux_2_28_x86_64.whl is not a supported wheel on this platform.

可以

 pip debug --verbose | grep manylinux | grep cp310
WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.cp310-cp310-manylinux_2_27_x86_64cp310-cp310-manylinux_2_26_x86_64cp310-cp310-manylinux_2_25_x86_64cp310-cp310-manylinux_2_24_x86_64cp310-cp310-manylinux_2_23_x86_64cp310-cp310-manylinux_2_22_x86_64cp310-cp310-manylinux_2_21_x86_64cp310-cp310-manylinux_2_20_x86_64cp310-cp310-manylinux_2_19_x86_64cp310-cp310-manylinux_2_18_x86_64cp310-cp310-manylinux_2_17_x86_64cp310-cp310-manylinux2014_x86_64cp310-cp310-manylinux_2_16_x86_64cp310-cp310-manylinux_2_15_x86_64cp310-cp310-manylinux_2_14_x86_64

发现,刚好少了2_28

把whl的文件名改一下。

mv torch-2.8.0.dev20250325+cu128-cp310-cp310-manylinux_2_28_x86_64.whl torch-2.8.0.dev20250325+cu128-cp310-cp310-manylinux_2_27_x86_64.whl

然后再安装

pip torch-2.8.0.dev20250325+cu128-cp310-cp310-manylinux_2_27_x86_64.whl

可以安装了。

实际安装 2_27 , 2_28是GLIBC的版本。

# strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_PRIVATE

改了安装完还是要升级GLIBC


http://www.mrgr.cn/news/98544.html

相关文章:

  • webpack vite
  • 半导体设备通信标准—secsgem v0.3.0版本使用说明文档(1)之概述、如何安装及使用方法
  • 【Bluedroid】A2DP Sink播放流程源码分析(二)
  • VGA显示
  • vue3环境搭建、nodejs22.x安装、yarn 1全局安装、npm切换yarn 1、yarn 1 切换npm
  • Jenkins插件下载慢解决办法
  • RAGFlow本地部署教程 :多模态检索+动态生成,用AI重构企业知识生产力
  • 第3篇:深入 Framer Motion Variants:掌握组件动画编排的艺术
  • Android掉帧分析
  • 利用pnpm patch命令实现依赖包热更新:精准打补丁指南
  • hadoop执行sqoop任务找不到jar
  • HTTP HTTPS RSA
  • idea如何使用git
  • MCP服务,阿里云百炼,Cline,mysql-mcp-server,MCP通信原理
  • 【HD-RK3576-PI】定制用户升级固件
  • GPIO _OUTPUT-NORMAL 模式
  • OpenAI发布GPT-4.1系列模型——开发者可免费使用
  • XSS漏洞及常见处理方案
  • 旅游特种兵迪士尼大作战:DeepSeek高精准路径优化
  • C++进程间通信开发实战:高效解决项目中的IPC问题