CapaGNN program: No module named 'torch_scatter.scatter_cuda'

ModuleNotFoundError: No module named ‘torch_scatter.scatter_cuda’

cuda operating environment is 11.1

How can I fix it without lowering the CUDA version?

Based on the error message it seems your code depends on the torch_scatter package, which is either not installed or does not provide the used method.