python3.8,torch1.10.2+cu113、torch-geometric 安装

【1】conda create -n name python=3.8

【2】安装 torch 

注意先看可适应的最高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/

python3.8,torch1.10.2+cu113、torch-geometric 安装_第1张图片

 注意:

安装torch-geometric 的时候:

如果直接pip install geometric:会在import时报错

python3.8,torch1.10.2+cu113、torch-geometric 安装_第2张图片

 从官网查找:

你可能感兴趣的:(python,开发语言)