【1】conda create -n name python=3.8
注意先看可适应的最高cuda版本
https://data.pyg.org/whl/ 版本对应
【3】按照顺序安装torch-geometric:
torch-sparse、torch-scatter、torch-cluster、 torch-spline-conv \torch-geometric
pip install torch-xxxx -f 地址
版本在:https://pytorch-geometric.com/whl/
注意:
安装torch-geometric 的时候:
如果直接pip install geometric:会在import时报错
从官网查找: