cusim icon indicating copy to clipboard operation
cusim copied to clipboard

Unable to Install package

Open nithints opened this issue 3 years ago • 1 comments

python setup.py install gives me this error Traceback (most recent call last): File "setup.py", line 23, in from cuda_setup import CUDA, BUILDEXT File "/home/d/cusim/cuda_setup.py", line 260, in assert CUDA is not None AssertionError. I do have

(cuda_envi) bash-4.2$ whereis cuda cuda: /usr/local/cuda

bash-4.2$ echo $CUDA_HOME /usr/local/cuda/

nithints avatar Mar 29 '21 14:03 nithints

can you show me the full error log? I suspect your cuda version is out of support range.

check this

Requirements Python3.6+ gcc / g++ (>= 5.1 for c++14) cuda >= 7.0 Tested on Ubuntu 18.04 / GCC 7.5 / CUDA 11.1 / Python 3.6

js1010 avatar Apr 19 '21 19:04 js1010