How to install PyG with RAPIDS #5927
Unanswered
chester-tan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't have any experience with this, but happy to help. What are the conflicting dependencies? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've been trying to install a compatible version of cuda-enabled PyG with RAPIDS (cugraph, cudf, etc.) but struggling.
I've found that none of the supported binaries have matching cuda versions. I found a pytorch docker image that has a cuda version (=11.5)
compatible with PyG but am unable to install RAPIDS in it due to conflicting dependencies: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel_21-12.html#rel_21-12
Has anyone successfully created a python environment with both PyG on cuda and RAPIDS?
Beta Was this translation helpful? Give feedback.
All reactions