Install torch-cluster from source
masterTo build from source, ensure PyTorch 1.4.0 or newer is installed and that cuda/bin and cuda/include are in your $PATH and $CPATH respectively.
Docker/Non-NVIDIA Driver Note:
If running in a container without an NVIDIA driver, PyTorch may fail to evaluate compute capabilities. Set the compute capabilities manually using the TORCH_CUDA_ARCH_LIST environment variable.
export TORCH_CUDA_ARCH_LIST="6.0 6.1 7.2+PTX 7.5+PTX"
pip install torch-clusterpip install torch-cluster