PYG中torch_scatter, torch_sparse等pip安装包错解决

原安装命令:

pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-
1.13.0+cu117.html

报错:
在这里插入图片描述
正确安装命令:

pip install --no-index pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-
1.13.0+cu117.html

成功:
在这里插入图片描述

相关推荐

  1. pip安装SSL

    2024-01-20 21:42:03       45 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-20 21:42:03       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-20 21:42:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-20 21:42:03       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-20 21:42:03       20 阅读

热门阅读

  1. 编程笔记 html5&css&js 048 CSS链接

    2024-01-20 21:42:03       37 阅读
  2. 笨蛋学设计模式行为型模式-观察者模式【14】

    2024-01-20 21:42:03       31 阅读
  3. 基本算法--分治法(快排,归并)习题

    2024-01-20 21:42:03       42 阅读
  4. 鸿蒙harmony--HTTP数据请求的简单使用

    2024-01-20 21:42:03       26 阅读
  5. 微信小程序实现下拉简单展示接口数据

    2024-01-20 21:42:03       39 阅读
  6. 嵌入式C语言--LD文件的概念

    2024-01-20 21:42:03       37 阅读
  7. Jtti:Ubuntu中如何搭建LAMP开发环境

    2024-01-20 21:42:03       32 阅读