pyg-lib icon indicating copy to clipboard operation
pyg-lib copied to clipboard

Low-Level Graph Neural Network Operators for PyG

Results 28 pyg-lib issues
Sort by recently updated
recently updated
newest added

### 🐛 Describe the bug I have installed the torch and torch_sparse and pyg_lib packages successfully, but when I import torch_sparse just report error as folling: ``` OSError: dlopen(/Users/wakala/venvs/versions/3.12.2/torch/lib/python3.12/site-packages/libpyg.so, 0x0006):...

bug
installation

### 😵 Describe the installation problem can't find any available versions of pyg_lib if I use python 3.11 + torch2.2.0 (cpu): I can create an empty conda (mamba) environment using...

installation

### 🐛 Describe the bug I am attaching the Image of the bug: ![Screenshot (513)](https://github.com/pyg-team/pyg-lib/assets/81527206/2be1e676-5d70-49b9-92a8-d5764f4b3147) ### Environment * `pyg-lib` version: * PyTorch version: 2.2.1+cu121 * OS: Windows * Python version:3.10.12...

bug

### 🐛 Describe the bug I'm unable to get pyg-lib to import on my Mac. It seems to affect both Intel and M1 Macs (I'm on an Intel, but an...

bug
installation

### 🐛 Describe the bug ```python import torch import pyg_lib Traceback (most recent call last): File "", line 1, in File "/home/X/anaconda3/envs/py3.10/lib/python3.10/site-packages/pyg_lib/__init__.py", line 39, in load_library('libpyg') File "/home/X/anaconda3/envs/py3.10/lib/python3.10/site-packages/pyg_lib/__init__.py", line 36,...

bug

### 🐛 Describe the bug ```Python from ogb.nodeproppred import PygNodePropPredDataset from torch_geometric.loader import NeighborLoader if __name__ == '__main__': dataset = PygNodePropPredDataset(name='ogbn-products', root='~/GNSL/on_products/dataset') split_idx= dataset.get_idx_split() data = dataset[0] # transform_sampler_output #print(data.x,...

bug

### 🐛 Describe the bug Run the installation: ` $ pip3 install pyg-lib -f https://data.pyg.org/whl/torch-2.0.0+cu118.html Looking in links: https://data.pyg.org/whl/torch-2.0.0+cu118.html ERROR: Could not find a version that satisfies the requirement pyg-lib...

bug
installation

### 🚀 The feature, motivation and pitch I'm trying to use Hierarchical Neighborhood Sampling for my project. I found that this feature requires pyg-lib, which is not available on Apple...

feature

### 🐛 Describe the bug I ran the hetero_neighbor.py in command line without changing any code, but I got this error. ``` Traceback (most recent call last): File "/home/xxx/Documents/pyg-lib/benchmark/sampler/hetero_neighbor.py", line...

bug

### 😵 Describe the installation problem An error occurred while installing from the source on aarch64. Actually, I want to install torch-geometric on aarch64. I executed the following command. ```...

installation