Bootstrap

安装torch_geometric

官网链接:Installation — pytorch_geometric 2.0.0 documentation

根据配置选择相应的选项

使用conda安装时报错,后使用pip安装,先根据其给出的提示安装相关依赖

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

在使用命令安装torch_geometric

pip install torch_geometric

;