Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install package #18

Open
nithints opened this issue Mar 29, 2021 · 1 comment
Open

Unable to Install package #18

nithints opened this issue Mar 29, 2021 · 1 comment
Labels

Comments

@nithints
Copy link

nithints commented Mar 29, 2021

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/

@js1010
Copy link
Owner

js1010 commented Apr 19, 2021

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 js1010 added the install label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants