dgl+pytorch 安装过程

我是在anaconda的环境中进行的安装

1.创捷环境:

conda create -n pytorch-cpu3.8 python=3.8

2.激活环境

conda activate pytorch-cpu3.8  

3.安装pytorch(CPU版本)

conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cpuonly -c pytorch

4.安装dgl

conda install -c dglteam dgl  

5.安装psutril

conda install psutril 

至此dgl就可以使用了

你可能感兴趣的:(学习笔记,环境配置,pytorch,dgl)