Closed alexbarghi-nv closed 7 months ago
AFAIK, there exists conda-forge
packages as well for these dependencies, but they are not maintained by us, see https://github.com/conda-forge/torch-scatter-feedstock.
I'll look into that and see if that resolves this. Thanks.
This has been resolved.
🐛 Describe the bug
RAPIDS is trying to expand our CI coverage for the GNN libraries, including
cugraph-pyg
andwholegraph
. We are running into an issue where the preferred PyTorch distribution from the conda-forge channel is not compatible with PyG's dependencies. An example error is below (occurs on import oftorch-cluster
):This error does not occur when using PyTorch from the pytorch channel, or building the PyG dependencies from source. However, we can't do source builds in our CI environment. For now, we are reverting to testing with the pytorch channel, but generally, RAPIDS prefers to use the conda-forge version which is synchronized with our other dependencies.
Is there any plan to support conda-forge PyTorch? Other libraries like DGL support conda-forge PyTorch, so it would be very helpful to us if PyG could do the same.
Versions
pytorch: 2.1.2 libtorch: 2.1.2 cuda: 11.8 pyg: 2.4.0 pyg-lib: 0.4.0+pt21cu118 torch_cluster: 1.6.3+pt21cu118 torch_scatter: 2.1.2+pt21cu118 torch_sparse: 0.6.18+pt21cu118 torch_spline_conv: 1.2.2+pt21cu118