You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suddenly met this error when I installed tinycudann.
" Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-6eqgjbkw/bindings/torch/setup.py", line 47, in
major, minor = torch.cuda.get_device_capability()
File ".../lib/python3.9/site-packages/torch/cuda/init.py", line 357, in get_device_capability
prop = get_device_properties(device)
File ".../lib/python3.9/site-packages/torch/cuda/init.py", line 374, in get_device_properties
raise AssertionError("Invalid device id")
AssertionError: Invalid device id"
The text was updated successfully, but these errors were encountered:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-d02z_270/bindings/torch/setup.py", line 47, in
major, minor = torch.cuda.get_device_capability()
File "/home/jzhou23/.local/lib/python3.9/site-packages/torch/cuda/init.py", line 357, in get_device_capability
prop = get_device_properties(device)
File "/home/jzhou23/.local/lib/python3.9/site-packages/torch/cuda/init.py", line 374, in get_device_properties
raise AssertionError("Invalid device id")
AssertionError: Invalid device id
Building PyTorch extension for tiny-cuda-nn version 1.7
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
I suddenly met this error when I installed tinycudann.
" Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-6eqgjbkw/bindings/torch/setup.py", line 47, in
major, minor = torch.cuda.get_device_capability()
File ".../lib/python3.9/site-packages/torch/cuda/init.py", line 357, in get_device_capability
prop = get_device_properties(device)
File ".../lib/python3.9/site-packages/torch/cuda/init.py", line 374, in get_device_properties
raise AssertionError("Invalid device id")
AssertionError: Invalid device id"
The text was updated successfully, but these errors were encountered: