hello, i try to build pytorch-sparse from source code with
FORCE_CUDA=1 CUDA_HOME=$CONDA_PREFIX pip install --verbose torch-sparse --no-cache-dirFORCE_ONLY_CUDA=1 CUDA_HOME=/data/jiaoshengjie/anaconda3/envs/spcac/bin python setup.py install
however i can only install the cpu_version.
I have install cudatoolkit in my conda env but I can't install the cuda version pytorch_sparse. How can i solve this problem
hello, i try to build pytorch-sparse from source code with
FORCE_CUDA=1 CUDA_HOME=$CONDA_PREFIX pip install --verbose torch-sparse --no-cache-dir
FORCE_ONLY_CUDA=1 CUDA_HOME=/data/jiaoshengjie/anaconda3/envs/spcac/bin python setup.py install
however i can only install the cpu_version. I have install cudatoolkit in my conda env but I can't install the cuda version pytorch_sparse. How can i solve this problem