这些是有版本区别的,对应不同的torch版本
torch_geometric、 torch_sparse、 torch_scatter、 torch_cluster是一个大佬根据根据pytorch版本和一些bug修复持续更新的,因此依赖关系比较严重,根据发布的版本应该对应起来进行安装使用。
https://github.com/rusty1s/pytorch_cluster/releases
https://github.com/rusty1s/pytorch_geometric/releases
https://github.com/rusty1s/pytorch_sparse/releases
https://github.com/rusty1s/pytorch_scatter/releases
参考:
https://blog.csdn.net/baidu_20163013/article/details/105470332
https://blog.csdn.net/AugustMe/article/details/108861203