这一步也可以指定torch_geometric的版本安装,如pip install torch_geometric==2.0.4 -ihttps://pypi.doubanio.com/simple。也可用其他镜像源。 pip install torch_geometric==2.0.4 -i https://pypi.doubanio.com/simple 或者 pip install torch_geometric -i https://mirrors.aliyun.com/pypi/simple 或者 pi...
一、运行项目时from torch_geometric.utils import scatter_这一行报错:ImportError: cannot import name 'scatter_' 是因为torch_geometric版本不对,可以尝试重新安装低版本或高版本的torch_geometric: pip install torch_geometric==1.4.1 二、在ubuntu上重装GPU版本,出现错误:libcublas.so.9.2: cannot open shared o...
第二步安装torch_sparse 第三步安装torch_cluster 第四步安装torch_spline_conv 第五步安装torch_geometric。如果开着梯子需要把梯子关掉!这一步也可以指定torch_geometric的版本安装,如pip install torch_geometric==2.0.4 -i pypi.doubanio.com/simpl...4.测试 在pycharm种输入import torch_geometr...
安装完torch geometric,import torch_geometric然后报错:OSError: [WinError 127] 找不到指定的模块 我用的是CPU,没用GPU,不过这个与使不使用GPU好像没关系。 对于import torch_geometric然后报错: OSError: [WinError 127] 找不到指定的模块 我找到了原因,根本的内在原因是:torch_geometric这个包在调用的时候,会在...
是因为torch_geometric版本不对,可以尝试重新安装低版本或⾼版本的torch_geometric: pip install torch_geometric==1.4.1 ⼆、在ubuntu上重装GPU版本,出现错误:libcublas.so.9.2: cannot open shared object file: No such file or directory 这个错误可能是如下问题导致的:Cuda-9.2未安装或安装不...
Jupyterlab 里新建一个Terminal 用来安装环境,先检查Pytorch、CUDA版本,如下图可以看到我的环境Pytorch 1.10.0,CUDA 11.3。 接下来安装 torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric 这些包。 PyG 官方提供的安装方法(部分torch版本下安装会出错): ...
Jupyterlab 里新建一个Terminal 用来安装环境,先检查Pytorch、CUDA版本,如下图可以看到我的环境Pytorch 1.10.0,CUDA 11.3。 接下来安装 torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric 这些包。 PyG 官方提供的安装方法(部分torch版本下安装会出错): ...
windows上通过命令窗口直接pip installtorch_sparse会报一大片错误。那就通过直接通过.whl源文件安装。https://pytorch-geometric.com/whl 如我要安装torch_sparse,安装环境是python3.6, pytorch1.4版本(这个影响不大), 没有Gpu,那么我选择了红色框出来的这个版本进行下载安装。下载后进入到该文件所在的 ...
1、也是先知道要安装的torch_scatter的版本。 2、进这个网站: https://data.pyg.org/whl/ https://pytorch-geometric.com/whl/ 3、选择你的pytorch版本,比如我的是pytorch2.1.2,并且我要装GPU版本,而且我的cuda是11.8版本的: 4、进去后,直接搜你想要的包,然后按照你的python版本和操作系统选择,比如: ...
显然,问题与torch-geometric或其依赖项之一的多个版本有关。通过pip uninstall torch-geometric torch-...