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 tried to install your code, and conda returned this error. I guess I can clone and install lietorch myself, but I wanted to leave this not for you.
Best,
Jan
Pip subprocess error:
Running command git clone --quiet https://github.com/princeton-vl/lietorch.git /tmp/pip-req-build-u11m6szo
Running command git submodule update --init --recursive -q
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-req-build-u11m6szo/setup.py", line 16, in <module>
CUDAExtension('lietorch_backends',
File "/home/behrejan/.conda/envs/mybase/envs/cir/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 867, in CUDAExtension
library_dirs += library_paths(cuda=True)
File "/home/behrejan/.conda/envs/mybase/envs/cir/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 975, in library_paths
if (not os.path.exists(_join_cuda_home(lib_dir)) and
File "/home/behrejan/.conda/envs/mybase/envs/cir/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1982, in _join_cuda_home
raise EnvironmentError('CUDA_HOME environment variable is not set. '
OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
[end of output]
The text was updated successfully, but these errors were encountered:
Hi,
I tried to install your code, and conda returned this error. I guess I can clone and install lietorch myself, but I wanted to leave this not for you.
Best,
Jan
The text was updated successfully, but these errors were encountered: