rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install pytorch_cluster in a win10 based system

agl71 opened this issue · comments

hello
I installed pytorch_cluster in a win10 based systemby using 'pip install torch-cluster', but error occured:
2 errors detected in the compilation of "csrc/cuda/fps_cuda.cu".
fps_cuda.cu
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.5\bin\nvcc.exe' failed with exit status 1

The pytorch version is 1.10.0+cu113 ,and i have set the cuda/incluse and cuda/bin in cpath and path respectively.

Best Regards;

Can you show me the full installation log?